hailin
2023-07-12 d79d81f53324911b03f521cd2b71054ed9278cab
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>