qirong
2023-06-07 9cf1706b6e10b7684d92145995b9522b7b4642e2
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>