🌱 初步完成实时便笺获取,但未处理 1034

This commit is contained in:
BTMuli
2023-07-29 20:32:38 +08:00
parent ca6bbccd89
commit 7ab9898f97
9 changed files with 457 additions and 7 deletions

View File

@@ -90,9 +90,6 @@ function onCancel(): void {
function onConfirm(): void {
visible.value = false;
emits("confirm");
if (props.isInput) {
inputVal.value = "";
}
}
</script>