杨凯
2023-10-18 21f14947f2a3d3e5a034f383cd1c87e7d42dbc8d
1
2
3
4
5
6
7
8
9
10
11
<template>
  <div id="app">
    <router-view />
  </div>
</template>
 
<script>
export default {
  name: 'App',
};
</script>