🚧 定时任务.

This commit is contained in:
lijiahangmax
2024-03-28 12:05:30 +08:00
parent 833ced5748
commit 247a688a7d
29 changed files with 1782 additions and 22 deletions

View File

@@ -169,10 +169,10 @@
// 卸载
onBeforeUnmount(() => {
editor?.dispose();
editor = undefined;
completionItemProvider?.dispose();
completionItemProvider = undefined;
editor?.dispose();
editor = undefined;
});
</script>