1 2 3 4 5 6 7 8 9 10
<script lang="ts"> import Button from './Button.vue' export let title = 'Settings' </script> <section> <h2>{title}</h2> <Button /> </section>