xrk-components 0.3.13 → 0.3.14
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/index.esm.js +1 -0
- package/lib/index.umd.js +1 -0
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -39725,6 +39725,7 @@ var script$b = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$b
|
|
|
39725
39725
|
return (openBlock(), createBlock(unref(ElSelect), {
|
|
39726
39726
|
modelValue: unref(selectValue),
|
|
39727
39727
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = function ($event) { return (isRef(selectValue) ? (selectValue).value = $event : null); }),
|
|
39728
|
+
key: unref(selectValue),
|
|
39728
39729
|
placeholder: __props.placeholder,
|
|
39729
39730
|
multiple: __props.multiple,
|
|
39730
39731
|
disabled: __props.disabled,
|
package/lib/index.umd.js
CHANGED
|
@@ -39728,6 +39728,7 @@ usage: app.provide(ID_INJECTION_KEY, {
|
|
|
39728
39728
|
return (vue.openBlock(), vue.createBlock(vue.unref(ElSelect), {
|
|
39729
39729
|
modelValue: vue.unref(selectValue),
|
|
39730
39730
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = function ($event) { return (vue.isRef(selectValue) ? (selectValue).value = $event : null); }),
|
|
39731
|
+
key: vue.unref(selectValue),
|
|
39731
39732
|
placeholder: __props.placeholder,
|
|
39732
39733
|
multiple: __props.multiple,
|
|
39733
39734
|
disabled: __props.disabled,
|