iv-npm 1.1.8 → 1.1.9
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
|
@@ -1455,12 +1455,12 @@ var script = /*#__PURE__*/vue.defineComponent({
|
|
|
1455
1455
|
placeholder: "请选择",
|
|
1456
1456
|
showSearch: "",
|
|
1457
1457
|
showArrow: "",
|
|
1458
|
-
|
|
1458
|
+
options: dataV.value,
|
|
1459
1459
|
"filter-option": vue.unref(filterOptionHeadle),
|
|
1460
1460
|
fieldNames: __props.fieldNames
|
|
1461
1461
|
}, null, 8
|
|
1462
1462
|
/* PROPS */
|
|
1463
|
-
, ["value", "getPopupContainer", "
|
|
1463
|
+
, ["value", "getPopupContainer", "options", "filter-option", "fieldNames"])];
|
|
1464
1464
|
}),
|
|
1465
1465
|
_: 1
|
|
1466
1466
|
/* STABLE */
|
|
@@ -1451,12 +1451,12 @@ var script = /*#__PURE__*/defineComponent({
|
|
|
1451
1451
|
placeholder: "请选择",
|
|
1452
1452
|
showSearch: "",
|
|
1453
1453
|
showArrow: "",
|
|
1454
|
-
|
|
1454
|
+
options: dataV.value,
|
|
1455
1455
|
"filter-option": unref(filterOptionHeadle),
|
|
1456
1456
|
fieldNames: __props.fieldNames
|
|
1457
1457
|
}, null, 8
|
|
1458
1458
|
/* PROPS */
|
|
1459
|
-
, ["value", "getPopupContainer", "
|
|
1459
|
+
, ["value", "getPopupContainer", "options", "filter-option", "fieldNames"])];
|
|
1460
1460
|
}),
|
|
1461
1461
|
_: 1
|
|
1462
1462
|
/* STABLE */
|
|
@@ -1455,12 +1455,12 @@
|
|
|
1455
1455
|
placeholder: "请选择",
|
|
1456
1456
|
showSearch: "",
|
|
1457
1457
|
showArrow: "",
|
|
1458
|
-
|
|
1458
|
+
options: dataV.value,
|
|
1459
1459
|
"filter-option": vue.unref(filterOptionHeadle),
|
|
1460
1460
|
fieldNames: __props.fieldNames
|
|
1461
1461
|
}, null, 8
|
|
1462
1462
|
/* PROPS */
|
|
1463
|
-
, ["value", "getPopupContainer", "
|
|
1463
|
+
, ["value", "getPopupContainer", "options", "filter-option", "fieldNames"])];
|
|
1464
1464
|
}),
|
|
1465
1465
|
_: 1
|
|
1466
1466
|
/* STABLE */
|