♻️ Refactor theme module

This commit is contained in:
2025-11-21 00:03:03 +08:00
parent fc7c162e2f
commit 339ed53c2e
21 changed files with 70 additions and 284 deletions

View File

@@ -33,10 +33,10 @@ onMounted(async () => {
await tabStore.initializeTab();
});
onBeforeUnmount(() => {
editorStore.clearAllEditors();
});
// onBeforeUnmount(() => {
// editorStore.clearAllEditors();
//
// });
</script>
<template>