add SVG Icon

This commit is contained in:
2020-04-04 11:47:48 +02:00
parent 9c6c771171
commit a8dd4cb7c6
13 changed files with 61 additions and 37 deletions

3
resources/js/app.js vendored
View File

@@ -2,6 +2,9 @@ import Vue from 'vue'
import router from './router'
import App from './components/App'
import store from './store'
import SvgVue from 'svg-vue';
Vue.use(SvgVue);
require('./bootstrap');