hailin
2023-08-08 6c59718662d772c5eaeda72826711b39a2e01c1d
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>