Commit 646c24b3b2a8d4b3f65827cc4defbbb2a7e9367f

Authored by 梁灏
1 parent 22acce99

move vue to dependencies

move vue to dependencies
Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
package.json
... ... @@ -28,7 +28,9 @@
28 28 "bugs": {
29 29 "url": "https://github.com/iview/iview/issues"
30 30 },
31   - "dependencies": {},
  31 + "dependencies": {
  32 + "vue": "^1.0.26"
  33 + },
32 34 "devDependencies": {
33 35 "autoprefixer-loader": "^2.0.0",
34 36 "babel": "^6.3.13",
... ... @@ -54,7 +56,6 @@
54 56 "less-loader": "^2.2.3",
55 57 "style-loader": "^0.13.1",
56 58 "url-loader": "^0.5.7",
57   - "vue": "^1.0.26",
58 59 "vue-hot-reload-api": "^1.3.3",
59 60 "vue-html-loader": "^1.2.3",
60 61 "vue-loader": "^8.5.3",
... ...