@rocketui/vue 0.2.7 → 0.2.8
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/rocket-ui-vue.js
CHANGED
|
@@ -8878,10 +8878,10 @@ const E5 = ["aria-disabled"], W5 = ["innerHTML"], N5 = /* @__PURE__ */ T({
|
|
|
8878
8878
|
}));
|
|
8879
8879
|
}), l = g(() => {
|
|
8880
8880
|
const S = C.modelValue;
|
|
8881
|
-
return t(S)
|
|
8881
|
+
return !t(S) && !Array.isArray(S) && S.constructor !== Object ? {
|
|
8882
8882
|
value: S,
|
|
8883
8883
|
label: String(S)
|
|
8884
|
-
};
|
|
8884
|
+
} : S;
|
|
8885
8885
|
}), o = N(), a = N(), r = N();
|
|
8886
8886
|
function Z(S, h) {
|
|
8887
8887
|
var b, x, s;
|