<script setup lang="ts"> </script> <template> <router-view /> </template> <style lang="scss"> #app { @apply w-full h-full; } </style>