fuliqi
2024-06-20 3bfbac1400ab8c9735e175a2aaf7dc962dd9428f
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>