@rocketui/vue 0.2.8 → 0.2.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.
@@ -8878,7 +8878,7 @@ 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) && !Array.isArray(S) && S.constructor !== Object ? {
8881
+ return S && !Array.isArray(S) && S.constructor !== Object && !t(S) ? {
8882
8882
  value: S,
8883
8883
  label: String(S)
8884
8884
  } : S;