mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
🎨 代码格式化
This commit is contained in:
@@ -29,7 +29,7 @@ const visible = computed({
|
||||
set: (value) => emits("update:modelValue", value),
|
||||
});
|
||||
|
||||
function onCancel () {
|
||||
function onCancel() {
|
||||
visible.value = false;
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user