Spaces:
Running
Running
| <script lang="ts" setup> | |
| const props = defineProps<{ | |
| text: string | |
| }>() | |
| </script> | |
| <template> | |
| <span style="font-style: italic; color: #666">{{ props.text }}</span> | |
| </template> | |
| <script lang="ts" setup> | |
| const props = defineProps<{ | |
| text: string | |
| }>() | |
| </script> | |
| <template> | |
| <span style="font-style: italic; color: #666">{{ props.text }}</span> | |
| </template> | |