File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,19 @@ module.exports = {
37
37
const cdn = {
38
38
css : [
39
39
// element-ui css
40
- 'https://cdn.bootcdn.net/ajax/libs/ element-ui/ 2.12.0/theme-chalk/index.css'
40
+ 'https://unpkg.com/ element-ui@ 2.12.0/lib /theme-chalk/index.css'
41
41
] ,
42
42
js : [
43
43
// vue
44
- 'https://cdn.bootcdn .net/ajax/libs/ vue/ 2.6.10/vue.min.js ' ,
44
+ 'https://cdn.jsdelivr .net/npm/ vue@ 2.6.10' ,
45
45
// vue-router
46
- 'https://cdn.bootcdn.net/ajax/libs/ vue-router/ 3.1.3/vue-router.min.js' ,
46
+ 'https://unpkg.com/ vue-router@ 3.1.3/dist /vue-router.min.js' ,
47
47
// vuex
48
- 'https://cdn.bootcdn.net/ajax/libs/ vuex/ 3.1.2/vuex.min.js ' ,
48
+ 'https://unpkg.com/ vuex@ 3.1.2' ,
49
49
// axios
50
- 'https://cdn.bootcdn.net/ajax/libs/ axios/ 0.18.0/axios.min.js' ,
50
+ 'https://unpkg.com/ axios@ 0.18.0/dist /axios.min.js' ,
51
51
// element-ui js
52
- 'https://cdn.bootcdn.net/ajax/libs/ element-ui/ 2.12.0/index.js'
52
+ 'https://unpkg.com/ element-ui@ 2.12.0/lib /index.js'
53
53
]
54
54
}
55
55
config . plugin ( 'html' )
You can’t perform that action at this time.
0 commit comments