File tree 2 files changed +1
-4
lines changed
Filter options
2 files changed +1
-4
lines changed
Original file line number Diff line number Diff line change 20
20
"dependencies" : {
21
21
"axios" : " ^0.16.2" ,
22
22
"body-parser" : " ^1.17.2" ,
23
- "bootstrap-vue" : " ^0.15.0" ,
24
23
"element-ui" : " ^1.2.9" ,
25
24
"express" : " ^4.15.3" ,
26
25
"highlight.js" : " ^9.12.0" ,
27
26
"lowdb" : " ^0.16.2" ,
28
27
"uiv" : " ^0.11.4" ,
29
28
"vee-validate" : " ^2.0.0-rc.5" ,
30
29
"vue" : " ^2.3.3" ,
31
- "vue-router" : " ^2.3.1" ,
32
30
"vue-markdown" : " ^2.1.3" ,
31
+ "vue-router" : " ^2.3.1" ,
33
32
"vuex" : " ^2.3.1"
34
33
},
35
34
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ import * as uiv from 'uiv'
10
10
import hljs from 'highlight.js'
11
11
import VeeValidate from 'vee-validate'
12
12
import cordova from './mobile-index'
13
- // import BootstrapVue from 'bootstrap-vue'
14
13
15
- // Vue.use(BootstrapVue)
16
14
Vue . use ( uiv )
17
15
Vue . use ( ElementUI )
18
16
Vue . use ( hljs )
You can’t perform that action at this time.
0 commit comments