Skip to content

Commit

Permalink
[base-ui] Plugin Valid support label
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodongyu committed Jun 26, 2019
1 parent fa1426d commit 782e0f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/base-ui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base-ui",
"version": "0.0.172",
"version": "0.0.173",
"description": "A component library for Better Vue developmemt",
"main": "./dist/base-ui.min.js",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion src/plugin/Valid/Valid.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class Valid {
field = '',
required = false,
selectable = false,
name = '',
label = '',
name = label,
rule = '',
message = '',
validate = null
Expand Down

0 comments on commit 782e0f1

Please sign in to comment.