mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-25 21:28:13 +00:00
feat(layout): add mix sidebar mode
This commit is contained in:
@@ -51,7 +51,7 @@ export function useApexCharts(elRef: Ref<HTMLDivElement>) {
|
||||
|
||||
tryOnUnmounted(() => {
|
||||
if (!chartInstance) return;
|
||||
chartInstance.destroy();
|
||||
chartInstance?.destroy?.();
|
||||
chartInstance = null;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user