File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ module.exports = {
3434 const cdn = {
3535 css : [
3636 // element-ui css
37- 'https://cdn.bootcdn.net/ajax/libs/element-ui/2.4.5 /theme-chalk/index.css'
37+ 'https://cdn.bootcdn.net/ajax/libs/element-ui/2.12.0 /theme-chalk/index.css'
3838 ] ,
3939 js : [
4040 // vue
4141 'https://cdn.bootcdn.net/ajax/libs/vue/2.6.10/vue.min.js' ,
4242 // vue-router
43- 'https://cdn.bootcdn.net/ajax/libs/vue-router/3.0.6 /vue-router.min.js' ,
43+ 'https://cdn.bootcdn.net/ajax/libs/vue-router/3.1.3 /vue-router.min.js' ,
4444 // vuex
4545 'https://cdn.bootcdn.net/ajax/libs/vuex/3.1.2/vuex.min.js' ,
4646 // axios
4747 'https://cdn.bootcdn.net/ajax/libs/axios/0.18.0/axios.min.js' ,
4848 // element-ui js
49- 'https://cdn.bootcdn.net/ajax/libs/element-ui/2.4.5 /index.js'
49+ 'https://cdn.bootcdn.net/ajax/libs/element-ui/2.12.0 /index.js'
5050 ]
5151 }
5252 config . plugin ( 'html' )
You can’t perform that action at this time.
0 commit comments