fix: code style

This commit is contained in:
dylanmay
2025-11-06 23:23:25 +08:00
parent 500ce9cf7c
commit 007bb2dd26
21 changed files with 116 additions and 105 deletions

View File

@@ -73,9 +73,9 @@ watch(
);
/** 清除除了`type`, `accountId`的字段 */
const clear = () => {
function clear() {
reply.value = createEmptyReply(reply);
};
}
defineExpose({
clear,