feat(workbench): add workbench page

This commit is contained in:
vben
2020-10-11 16:04:54 +08:00
parent 21d0ed92df
commit 1cd75fcf5b
10 changed files with 609 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ export function useApexCharts(elRef: Ref<HTMLDivElement>) {
return;
}
chartInstanceRef.value = null;
chartInstance.destroy();
});
return {
setOptions,