hailin
2023-07-21 17e62da2a097844b0f6f7a58926e7d0a40598d2c
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>