luohairen
2024-10-28 c134e423c9ef8655ac2c4d288ba1408619599b2a
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>