layout false <script setup> import { onMounted } from 'vue' onMounted(() => { window.location.replace('/introduction/overview') }) </script>