zuozhengqing
2024-02-05 7be007bd93ae0ec6eee9b0931f8a1de98123889d
1
2
3
4
5
6
7
8
9
10
<template>
  <RouterView />
</template>
 
<script setup lang="ts">
import { RouterView } from 'vue-router'
import 'element-plus/es/components/message/style/css'
</script>
 
<style scoped></style>