Moved icon import to main.js
This commit is contained in:
parent
97cc5d2b78
commit
2e280b6bbf
2 changed files with 3 additions and 3 deletions
|
|
@ -21,9 +21,6 @@
|
||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
// Import basic UIkit
|
// Import basic UIkit
|
||||||
import UIkit from 'uikit';
|
import UIkit from 'uikit';
|
||||||
// Import UIkit icon set
|
|
||||||
import Icons from 'uikit/dist/js/uikit-icons';
|
|
||||||
UIkit.use(Icons);
|
|
||||||
|
|
||||||
// Import components
|
// Import components
|
||||||
import panelLeft from './components/panelLeft.vue'
|
import panelLeft from './components/panelLeft.vue'
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,9 @@ import App from './App.vue'
|
||||||
import store from './store'
|
import store from './store'
|
||||||
|
|
||||||
import UIkit from 'uikit';
|
import UIkit from 'uikit';
|
||||||
|
// Import UIkit icon set
|
||||||
|
import Icons from 'uikit/dist/js/uikit-icons';
|
||||||
|
UIkit.use(Icons);
|
||||||
|
|
||||||
Vue.config.productionTip = false
|
Vue.config.productionTip = false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue