1<script setup lang="ts"> 2import { RouterView } from 'vue-router' 3</script> 4 5<template> 6 <div> 7 <RouterView /> 8 </div> 9</template>