杨磊
3 天以前 c0f55c89a32df439aa2c82d9ca88c4cee8c5d86d
1
2
3
4
5
6
7
8
9
10
11
12
13
<script setup>
import { RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>
 
<style scoped>
#app {
  width: 100%;
}
</style>