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