马宇豪
2022-12-20 7d99f6d5a6c7b7ba21cc234e1135d369a78dc8f5
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>