Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit

Permalink
feat: upgrade element-ui to 2.2.1 (#41)
Browse files Browse the repository at this point in the history
* fix: update element-ui from 1.4.9 to 2.2.1

* fix: update style from theme-default to theme-chalk
  • Loading branch information
marceloavf authored and egoist committed Mar 12, 2018
1 parent 6753749 commit 1d61efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"bootstrap": "^4.0.0-beta.2"<% } else if (ui === 'vuetify') { %>,
"vuetify": "^0.17.3"<% } else if (ui === 'bulma') { %>,
"@nuxtjs/bulma": "^1.0.3"<% } else if (ui === 'element-ui') { %>,
"element-ui": "^1.4.9"<% } %><% if (axios === 'yes') { %>,
"element-ui": "^2.2.1"<% } %><% if (axios === 'yes') { %>,
"@nuxtjs/axios": "^5.0.0"<% } %>
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion template/nuxt/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
** Global CSS
*/
css: [<% if (ui === 'element-ui') { %>
'element-ui/lib/theme-default/index.css'<% } else if (ui === 'tailwind') { %>
'element-ui/lib/theme-chalk/index.css'<% } else if (ui === 'tailwind') { %>
'~/assets/css/tailwind.css'<% } else if (ui === 'vuetify') { %>
'vuetify/src/stylus/main.styl'<% } %>
],
Expand Down

0 comments on commit 1d61efb

Please sign in to comment.