fds-vue-core 4.12.3 → 4.12.4
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/fds-vue-core.cjs.js
CHANGED
|
@@ -12298,7 +12298,8 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
12298
12298
|
if (typeof count === "number" && count > 0) {
|
|
12299
12299
|
expandedNodes.add(props.nodeId);
|
|
12300
12300
|
}
|
|
12301
|
-
}
|
|
12301
|
+
},
|
|
12302
|
+
{ immediate: true }
|
|
12302
12303
|
);
|
|
12303
12304
|
const isOpen = vue.ref(false);
|
|
12304
12305
|
const triggerRef = vue.ref(null);
|