This repository was archived by the owner on Apr 20, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 "lint" : " eslint --ext .js,.vue src{{#unit}} test/unit/specs{{/unit}}{{#e2e}} test/e2e/specs{{/e2e}}" {{/lint }}
1515 },
1616 "dependencies" : {
17- "vue" : " ^2.5.2 " ,
17+ "vue" : " ^2.6.10 " ,
1818 {{#router }}
1919 "vue-router" : " ^3.0.1" ,
2020 {{/router }}
2121 "bootstrap" : " ^4.3.1" ,
22- "bootstrap-vue" : " ^2.0.0-rc.16 " ,
23- "popper.js" : " ^1.12.9 "
22+ "bootstrap-vue" : " latest " ,
23+ "popper.js" : " ^1.14.3 "
2424 },
2525 "devDependencies" : {
2626 "autoprefixer" : " ^7.1.2" ,
Original file line number Diff line number Diff line change 44{ { / i f _ e q } }
55import Vue from 'vue' { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
66import BootstrapVue from 'bootstrap-vue' { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
7- import " bootstrap/dist/css/bootstrap.min.css" { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
8- import " bootstrap-vue/dist/bootstrap-vue.css" { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
7+ import ' bootstrap/dist/css/bootstrap.min.css' { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
8+ import ' bootstrap-vue/dist/bootstrap-vue.css' { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
99import App from './App' { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
1010{ { #router} }
1111import router from './router' { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
You can’t perform that action at this time.
0 commit comments