Skip to content

Commit

Permalink
fix(cdn): use latest element-ui and vue-i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Aysnine committed Apr 18, 2020
1 parent 386660b commit 1c27c4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"group": 1,
"name": "vue-i18n",
"library": "VueI18n",
"js": "https://cdn.jsdelivr.net/npm/[email protected].0/dist/vue-i18n.min.js",
"js.dev": "https://cdn.jsdelivr.net/npm/[email protected].0/dist/vue-i18n.js"
"js": "https://cdn.jsdelivr.net/npm/[email protected].1/dist/vue-i18n.min.js",
"js.dev": "https://cdn.jsdelivr.net/npm/[email protected].1/dist/vue-i18n.js"
},
{
"group": 1,
Expand All @@ -74,11 +74,11 @@
{
"name": "element-ui",
"library": "ELEMENT",
"js": "https://cdn.jsdelivr.net/npm/[email protected].0/lib/index.js"
"js": "https://cdn.jsdelivr.net/npm/[email protected].1/lib/index.js"
},
{
"name": "element-ui/lib/theme-chalk/index.css",
"css": "https://cdn.jsdelivr.net/npm/[email protected].0/lib/theme-chalk/index.css"
"css": "https://cdn.jsdelivr.net/npm/[email protected].1/lib/theme-chalk/index.css"
}
],
"dependencies": {
Expand Down

0 comments on commit 1c27c4e

Please sign in to comment.