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

@@ -16,9 +16,9 @@ const props = defineProps<{
const dialogVideo = ref(false);
const playVideo = () => {
function playVideo() {
dialogVideo.value = true;
};
}
</script>
<template>