🔨 修改聚合配置.

This commit is contained in:
lijiahangmax
2024-12-16 20:37:17 +08:00
parent 985091f42b
commit 6d74b4379e
24 changed files with 403 additions and 349 deletions

View File

@@ -90,7 +90,12 @@
editor?.setValue(value);
};
defineExpose({ getValue, setValue });
// 聚焦
const focus = () => {
editor?.focus();
};
defineExpose({ getValue, setValue, focus });
// 监听主题变更
watch(() => appStore.theme, (v) => {