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