<script setup lang="ts"> import { Submit64Form } from 'submit64-vue'; const context = { template: 'Template1' } </script> <template> <Submit64Form :context="context" /> </template>