Change from iview to vuetify

This commit is contained in:
2019-01-21 20:58:25 +01:00
parent 54d8310464
commit ab14a88bdd
8 changed files with 71 additions and 128 deletions
+2 -2
View File
@@ -15,14 +15,14 @@
"eslint-plugin-vue": "^4.5.0",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"iview": "^3.0.0",
"lodash": "^4.17.10",
"node-sass": "^4.9.0",
"nuxt": "^2.0.0",
"s-ago": "^1.3.0",
"sass-loader": "^7.0.3",
"vue": "^2.5.22",
"vue-lazyload": "^1.2.6"
"vue-lazyload": "^1.2.6",
"vuetify": "^1.4.2"
},
"scripts": {
"dev": "NODE_ENV=development node server/index.js",