AndyYin
2024-08-26 fb3892b8ac3da081fbd076ad53489f6b99b75b85
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>