4d70170
1
2
3
4
5
6
7
8
9
10
<script lang="ts" setup> const props = defineProps<{ myProp: string }>() </script> <template> <pre>{{ props }}</pre> </template>