Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import SvgIcons from 'vue-svg-icons'
  2.  
  3. Vue.use(SvgIcons, {
  4. icons: {
  5. compass: require('vue-svg-icons/')
  6. }
  7. })
  8.  
  9. // in your component
  10. {
  11. template: `
  12. <svg-icon name="compass"></svg-icon>
  13. `
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement