element-ui-root 1.4.0 → 1.4.1
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 -1
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -20202,7 +20202,8 @@ var Aupload = function Aupload() {
|
|
|
20202
20202
|
return h("el-cascader", {
|
|
20203
20203
|
"attrs": {
|
|
20204
20204
|
"clearable": true,
|
|
20205
|
-
"
|
|
20205
|
+
"filterable": true,
|
|
20206
|
+
"options": props.data && props.data.length > 0 ? props.data : this.option.length > 0 ? this.option : [],
|
|
20206
20207
|
"placeholder": "\u8BF7\u9009\u62E9".concat(words)
|
|
20207
20208
|
},
|
|
20208
20209
|
"on": {
|
package/dist/index.umd.js
CHANGED
|
@@ -20211,7 +20211,8 @@ var Aupload = function Aupload() {
|
|
|
20211
20211
|
return h("el-cascader", {
|
|
20212
20212
|
"attrs": {
|
|
20213
20213
|
"clearable": true,
|
|
20214
|
-
"
|
|
20214
|
+
"filterable": true,
|
|
20215
|
+
"options": props.data && props.data.length > 0 ? props.data : this.option.length > 0 ? this.option : [],
|
|
20215
20216
|
"placeholder": "\u8BF7\u9009\u62E9".concat(words)
|
|
20216
20217
|
},
|
|
20217
20218
|
"on": {
|