mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-02-15 09:12:39 +00:00
8 lines
219 B
JavaScript
8 lines
219 B
JavaScript
import Vue from 'vue'
|
|
import Styleguide from '@@/system.umd.min.js'
|
|
import '@@/system.css'
|
|
// Load UI library CSS after styleguide to ensure correct specificity
|
|
import '@ocelot-social/ui/style.css'
|
|
|
|
Vue.use(Styleguide)
|