luohairen
2024-11-01 45e5093eb2416870454e9f64e4f73a9d95a8fd7a
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>