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

8 lines
121 B
Vue
Raw Permalink Normal View History

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