element-ui-root 1.5.1 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.common.js +2 -2
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -133589,11 +133589,11 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
|
|
|
133589
133589
|
"label": this.label ? this.config[a].type && this.config[a].type == 'checkbox' ? '' : this.config[a].text || this.config[a].label || this.config[a].title : '',
|
|
133590
133590
|
"rules": this.config[a]['rule'] ? this.config[a]['rule'] : this.config[a]['must'] ? [{
|
|
133591
133591
|
required: true,
|
|
133592
|
-
trigger: '
|
|
133592
|
+
trigger: 'change',
|
|
133593
133593
|
message: `${this.config[a]['text']}不能为空`
|
|
133594
133594
|
}] : this.must ? [{
|
|
133595
133595
|
required: true,
|
|
133596
|
-
trigger: '
|
|
133596
|
+
trigger: 'change',
|
|
133597
133597
|
message: `${this.config[a]['text']}不能为空`
|
|
133598
133598
|
}] : {}
|
|
133599
133599
|
},
|
package/dist/index.umd.js
CHANGED
|
@@ -133598,11 +133598,11 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
|
|
|
133598
133598
|
"label": this.label ? this.config[a].type && this.config[a].type == 'checkbox' ? '' : this.config[a].text || this.config[a].label || this.config[a].title : '',
|
|
133599
133599
|
"rules": this.config[a]['rule'] ? this.config[a]['rule'] : this.config[a]['must'] ? [{
|
|
133600
133600
|
required: true,
|
|
133601
|
-
trigger: '
|
|
133601
|
+
trigger: 'change',
|
|
133602
133602
|
message: `${this.config[a]['text']}不能为空`
|
|
133603
133603
|
}] : this.must ? [{
|
|
133604
133604
|
required: true,
|
|
133605
|
-
trigger: '
|
|
133605
|
+
trigger: 'change',
|
|
133606
133606
|
message: `${this.config[a]['text']}不能为空`
|
|
133607
133607
|
}] : {}
|
|
133608
133608
|
},
|