mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-13 08:24:48 +00:00
6 lines
151 B
JavaScript
6 lines
151 B
JavaScript
import Vue from 'vue'
|
|
import Styleguide from '@human-connection/styleguide'
|
|
import '@human-connection/styleguide/dist/system.css'
|
|
|
|
Vue.use(Styleguide)
|