bkui-vue 0.0.1-beta.182 → 0.0.1-beta.183
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.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/lib/table/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -16984,7 +16984,7 @@ var TableCell = defineComponent({
|
|
16984
16984
|
}
|
16985
16985
|
});
|
16986
16986
|
onBeforeUnmount(() => {
|
16987
|
-
observerIns.stop();
|
16987
|
+
observerIns == null ? void 0 : observerIns.stop();
|
16988
16988
|
bkEllipsisIns == null ? void 0 : bkEllipsisIns.destroyInstance(refRoot.value);
|
16989
16989
|
});
|
16990
16990
|
return () => {
|