xiangpei
2024-10-23 ed18963cbb7261d5d8e2a6bdd5821191fd73c3af
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>