© 2026 Hedgehog Software, LLC
<script setup lang="ts"> defineProps<{ foobar: string; }>(); </script> <template> <div>{{ foobar }}</div> </template>