charles
2024-04-29 b95cf940af8e01e4eca30b2599b029c2f645bd1e
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>