@tb-dev/vue-components 2.2.1 → 2.2.2
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/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2169,8 +2169,8 @@ const _sfc_main$2d = /* @__PURE__ */ defineComponent({
|
|
|
2169
2169
|
const isOpen = useModel(__props, "modelValue");
|
|
2170
2170
|
return (_ctx, _cache) => {
|
|
2171
2171
|
return openBlock(), createBlock(unref(_sfc_main$2m), {
|
|
2172
|
-
|
|
2173
|
-
"onUpdate:
|
|
2172
|
+
open: isOpen.value,
|
|
2173
|
+
"onUpdate:open": _cache[0] || (_cache[0] = ($event) => isOpen.value = $event)
|
|
2174
2174
|
}, {
|
|
2175
2175
|
default: withCtx(() => [
|
|
2176
2176
|
_ctx.$slots.trigger ? (openBlock(), createBlock(unref(_sfc_main$2e), {
|
|
@@ -2226,7 +2226,7 @@ const _sfc_main$2d = /* @__PURE__ */ defineComponent({
|
|
|
2226
2226
|
}, 8, ["class"])
|
|
2227
2227
|
]),
|
|
2228
2228
|
_: 3
|
|
2229
|
-
}, 8, ["
|
|
2229
|
+
}, 8, ["open"]);
|
|
2230
2230
|
};
|
|
2231
2231
|
}
|
|
2232
2232
|
});
|