This commit is contained in:
杨鹏
2025-09-23 22:27:41 +08:00
parent 232cea0f7e
commit aed85c92df
19 changed files with 238 additions and 374 deletions
+1 -2
View File
@@ -54,10 +54,9 @@
},
set(newValue) {
emits(`update:modelValue`, newValue);
}
},
});
// 打开工具菜单
function onTools(mode) {
emits('onTools', mode);