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

8 lines
119 B
Vue
Raw Normal View History

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