hailin
2023-07-13 ce8a567599ac9b3ccc9d06d26d4585c04ba303d0
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>