“zhuo”
2023-08-11 e93a917320825bdfb92b1a9e60da96c0e9491976
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>