Guest User

Untitled

a guest
Jun 25th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. import Vue from 'vue'
  2. import system from 'fp-design-system'
  3. import 'fp-design-system/dist/system/system.css'
  4.  
  5. Vue.use(system)
  6.  
  7. module.exports = {
  8. css: [
  9. { src: 'fp-design-system/dist/system/system.css', lang: 'css' }
  10. ],
  11. plugins: [
  12. { src: '~plugins/vue-design-system', ssr: true }
  13. ]
  14. }
Add Comment
Please, Sign In to add comment