iv-npm 1.2.36 → 1.2.37
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/package.json
CHANGED
|
@@ -3288,7 +3288,7 @@ var script$d = /*#__PURE__*/vue.defineComponent({
|
|
|
3288
3288
|
maxHeight: '400px',
|
|
3289
3289
|
overflow: 'auto'
|
|
3290
3290
|
},
|
|
3291
|
-
filterOption:
|
|
3291
|
+
filterOption: vue.unref(filterOptionHeadle),
|
|
3292
3292
|
multiple: __props.multiple,
|
|
3293
3293
|
treeDefaultExpandAll: "",
|
|
3294
3294
|
style: __props.inputStyle,
|
|
@@ -3284,7 +3284,7 @@ var script$d = /*#__PURE__*/defineComponent({
|
|
|
3284
3284
|
maxHeight: '400px',
|
|
3285
3285
|
overflow: 'auto'
|
|
3286
3286
|
},
|
|
3287
|
-
filterOption:
|
|
3287
|
+
filterOption: unref(filterOptionHeadle),
|
|
3288
3288
|
multiple: __props.multiple,
|
|
3289
3289
|
treeDefaultExpandAll: "",
|
|
3290
3290
|
style: __props.inputStyle,
|