luoyb
2024-03-02 fb494859e60f2057b79526fc0fc528a17e7dfb14
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>