hailin
2023-07-21 8990ca5d31d5b42c0c38bb9e70c35da187764f9d
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>