<script setup> import { RouterView } from 'vue-router' </script> <template> <RouterView /> </template> <style lang="scss"> </style>