Update src/components/HelloWorld.vue

This commit is contained in:
2025-06-26 14:22:37 +00:00
parent 9fe699f11e
commit 3e59047d73
+3
View File
@@ -1,4 +1,7 @@
<script setup lang="ts"> <script setup lang="ts">
// TODO: DELETE ME NAHUY
defineProps<{ defineProps<{
msg: string msg: string
}>() }>()