@epie/bi-crud 2.0.9 → 2.0.10
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/lib/bi-crud.esm.js +1 -1
- package/lib/bi-crud.umd.js +1 -1
- package/package.json +1 -1
package/lib/bi-crud.esm.js
CHANGED
|
@@ -15732,7 +15732,7 @@ function parseNode(vnode, options) {
|
|
|
15732
15732
|
};
|
|
15733
15733
|
}
|
|
15734
15734
|
|
|
15735
|
-
if (
|
|
15735
|
+
if (["el-select", "el-input"].includes(vnode.name) && props.clearable) {
|
|
15736
15736
|
props["onClear"] = function () {
|
|
15737
15737
|
scope[prop] = undefined;
|
|
15738
15738
|
};
|
package/lib/bi-crud.umd.js
CHANGED
|
@@ -15735,7 +15735,7 @@
|
|
|
15735
15735
|
};
|
|
15736
15736
|
}
|
|
15737
15737
|
|
|
15738
|
-
if (
|
|
15738
|
+
if (["el-select", "el-input"].includes(vnode.name) && props.clearable) {
|
|
15739
15739
|
props["onClear"] = function () {
|
|
15740
15740
|
scope[prop] = undefined;
|
|
15741
15741
|
};
|