马宇豪
2024-01-09 cb7cff7884fad86e47a5132d59986065b64c771f
1
2
3
4
5
6
7
8
9
10
11
12
<template>
  <div id="app">
    <router-view />
  </div>
</template>
 
<script>
 
export default {
  name: 'App'
}
</script>