Wrap application in UApp and apply base UI styles Build responsive default layout with navigation and footer Implement staff login form with validation and toast notifications Restructure index page routing
4 lines
80 B
Vue
4 lines
80 B
Vue
<script lang="ts" setup>
|
|
await navigateTo('/', { redirectCode: 301 })
|
|
</script>
|