Skip to content

Commit

Permalink
upgrade to v2.1.4
Browse files Browse the repository at this point in the history
add Function type for Modal component prop
upgrade some lib
  • Loading branch information
TerryZ committed Mar 15, 2020
1 parent 0b1bcb1 commit 4971e21
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/v-dialogs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/v-dialogs.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "v-dialogs",
"description": "A simple and powful dialog, dialog type including Modal, Alert, Mask and Toast, based on Vue2.x",
"version": "2.1.3",
"version": "2.1.4",
"author": "TerryZ <terry5@foxmail.com>",
"license": "MIT",
"main": "dist/v-dialogs.js",
Expand Down Expand Up @@ -42,12 +42,12 @@
"babel-plugin-dynamic-import-node": "^2.3.0",
"cross-env": "^5.0.5",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"file-loader": "^5.1.0",
"node-sass": "^4.13.0",
"sass-loader": "^6.0.6",
"vue-loader": "^15.7.1",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"vue-loader": "^15.9.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"webpack": "^3.6.0",
"webpack-dev-server": "^3.1.14"
}
Expand Down

0 comments on commit 4971e21

Please sign in to comment.