Português
Tema
<script setup> defineProps({ title: String, }) </script> <template> <section> <h2>{{ title }}</h2> </section> </template>