Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-xin committed May 8, 2017
1 parent c495d27 commit 8d7f6dd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 24 deletions.
47 changes: 26 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manage-system",
"version": "1.0.0",
"version": "2.0.0",
"description": "基于Vue.js 2.x系列 + element-ui 内容管理系统解决方案",
"author": "lin-xin <2981207131@qq.com>",
"private": true,
Expand All @@ -12,15 +12,15 @@
"dependencies": {
"axios": "^0.15.3",
"babel-polyfill": "^6.23.0",
"element-ui": "^1.2.2",
"element-ui": "1.3.1",
"mockjs": "^1.0.1-beta3",
"vue": "^2.1.10",
"vue-core-image-upload": "^2.0.5",
"vue-datasource": "^1.0.4",
"vue-echarts-v3": "^1.0.3",
"vue-quill-editor": "^1.1.1",
"vue-router": "^2.2.0",
"vue-simplemde": "^0.3.2"
"vue": "^2.3.2",
"vue-core-image-upload": "2.1.5",
"vue-datasource": "1.0.9",
"vue-echarts-v3": "1.0.3",
"vue-quill-editor": "2.1.6",
"vue-router": "^2.3.1",
"vue-simplemde": "0.3.8"
},
"devDependencies": {
"autoprefixer": "^6.7.2",
Expand All @@ -32,31 +32,36 @@
"babel-register": "^6.22.0",
"chalk": "^1.1.3",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.26.1",
"css-loader": "^0.28.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.0.0-rc.2",
"file-loader": "^0.10.0",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.1.3",
"function-bind": "^1.1.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"opn": "^4.0.2",
"ora": "^1.1.0",
"ora": "^1.2.0",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"url-loader": "^0.5.7",
"vue-loader": "^10.3.0",
"vue-style-loader": "^2.0.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.2.1",
"url-loader": "^0.5.8",
"vue-loader": "^11.3.4",
"vue-style-loader": "^2.0.5",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.3.3",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1",
"webpack-merge": "^2.6.1"
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
6 changes: 3 additions & 3 deletions src/components/page/BaseForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</el-form-item>
<el-form-item label="选择器">
<el-select v-model="form.region" placeholder="请选择">
<el-option label="步步高" value="bbk"></el-option>
<el-option label="小天才" value="xtc"></el-option>
<el-option label="imoo" value="imoo"></el-option>
<el-option key="bbk" label="步步高" value="bbk"></el-option>
<el-option key="xtc" label="小天才" value="xtc"></el-option>
<el-option key="imoo" label="imoo" value="imoo"></el-option>
</el-select>
</el-form-item>
<el-form-item label="日期时间">
Expand Down

0 comments on commit 8d7f6dd

Please sign in to comment.