@stsdti/funky-ui-kit 1.2.0 → 1.2.1
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/funky-ui-kit.es.js +2 -2
- package/dist/funky-ui-kit.es.js.map +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
package/dist/funky-ui-kit.es.js
CHANGED
|
@@ -9602,9 +9602,9 @@ const _sfc_main$1D = /* @__PURE__ */ Object.assign({
|
|
|
9602
9602
|
return { to: computedRoute.value };
|
|
9603
9603
|
});
|
|
9604
9604
|
const computedTippyProps = computed(() => {
|
|
9605
|
-
if (!computedTooltip) return null;
|
|
9605
|
+
if (!computedTooltip.value) return null;
|
|
9606
9606
|
return {
|
|
9607
|
-
content: computedTooltip,
|
|
9607
|
+
content: computedTooltip.value,
|
|
9608
9608
|
zIndex: computedZIndex.value
|
|
9609
9609
|
};
|
|
9610
9610
|
});
|