Files
opnform-host-nginx/client/pages/forms/[slug]/show/index.vue
2024-01-04 17:05:29 +01:00

8 lines
119 B
Vue

<script setup>
definePageMeta({
redirect: to => {
return { name: 'forms-slug-show-submissions'}
}
})
</script>