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';
11
11
import BootstrapVue from 'bootstrap-vue' ;
12
12
// import 'vue-awesome/icons';
13
13
import Icon from 'vue-awesome' ;
14
-
15
- Vue . use ( BootstrapVue ) ;
16
-
17
- Vue . component ( 'icon' , Icon ) ;
18
-
19
14
{ { / e x t e n d e d } }
15
+
20
16
/* Local Components and modules */
21
17
import App from './App.vue' ;
22
18
{ { #extended} }
23
- import router from './router.js ' ;
19
+ import router from './router' ;
24
20
import store from './store' ;
25
21
22
+ Vue . use ( BootstrapVue ) ;
23
+ Vue . component ( 'icon' , Icon ) ;
24
+
26
25
// Add router state to store
27
26
sync ( store , router ) ;
28
27
{ { / e x t e n d e d } }
@@ -33,7 +32,7 @@ import './static/main.css';
33
32
// Instance Application
34
33
export default new Vue ( {
35
34
el : '#app' ,
36
- render : ( r ) => r ( App ) ,
35
+ render : r => r ( App ) ,
37
36
{ { #extended} }
38
37
router ,
39
38
store ,
You can’t perform that action at this time.
0 commit comments