opnform/client/pages/forms/[slug]/show/index.vue

8 lines
119 B
Vue
Raw Normal View History

2023-12-20 17:38:43 +00:00
<script setup>
2024-01-04 16:05:29 +00:00
definePageMeta({
redirect: to => {
return { name: 'forms-slug-show-submissions'}
2023-12-09 14:47:03 +00:00
}
2023-12-20 17:38:43 +00:00
})
2023-12-09 14:47:03 +00:00
</script>