File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,17 @@ import 'bootstrap-vue/dist/bootstrap-vue.css';
1111import BootstrapVue from 'bootstrap-vue' ;
1212// import 'vue-awesome/icons';
1313import Icon from 'vue-awesome' ;
14-
15- Vue . use ( BootstrapVue ) ;
16-
17- Vue . component ( 'icon' , Icon ) ;
18-
1914{ { / e x t e n d e d } }
15+
2016/* Local Components and modules */
2117import App from './App.vue' ;
2218{ { #extended} }
23- import router from './router.js ' ;
19+ import router from './router' ;
2420import store from './store' ;
2521
22+ Vue . use ( BootstrapVue ) ;
23+ Vue . component ( 'icon' , Icon ) ;
24+
2625// Add router state to store
2726sync ( store , router ) ;
2827{ { / e x t e n d e d } }
@@ -33,7 +32,7 @@ import './static/main.css';
3332// Instance Application
3433export default new Vue ( {
3534 el : '#app' ,
36- render : ( r ) => r ( App ) ,
35+ render : r => r ( App ) ,
3736 { { #extended} }
3837 router ,
3938 store ,
You can’t perform that action at this time.
0 commit comments