mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
11 lines
185 B
JavaScript
11 lines
185 B
JavaScript
import plugins from './plugins'
|
|
import components from './components'
|
|
import '@@/styles/main.scss'
|
|
|
|
export default {
|
|
install(Vue) {
|
|
Vue.use(plugins)
|
|
Vue.use(components)
|
|
}
|
|
}
|