Skip to content

Commit

Permalink
v1.0.3 基于 mpvue 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangPF committed Apr 24, 2018
1 parent 26b3d59 commit faec810
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ npm run dev

### 版本日志

#### v1.0.3
* 基于 `mpvue 1.0.9`
* 增加网络请求实例

#### v1.0.2
* 基于 `mpvue 1.0.7`
* `uploader`组件增加删除功能
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mpvue-weui",
"version": "1.0.3",
"version": "1.0.4",
"description": "用 vue 写小程序,使用 mpvue 框架重写 WeUI。",
"author": "kuangpengfei <kuangpf1995@gmail.com>",
"private": false,
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"flyio": "^0.5.4",
"mpvue": "^1.0.7",
"mpvue": "^1.0.9",
"vuex": "^2.3.1"
},
"devDependencies": {
Expand Down Expand Up @@ -43,9 +43,9 @@
"friendly-errors-webpack-plugin": "^1.1.3",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"mpvue": "^1.0.7",
"mpvue": "^1.0.9",
"mpvue-loader": "^1.0.9",
"mpvue-template-compiler": "^1.0.7",
"mpvue-template-compiler": "^1.0.9",
"mpvue-webpack-target": "^1.0.0",
"opn": "^5.1.0",
"portfinder": "^1.0.13",
Expand Down

0 comments on commit faec810

Please sign in to comment.