fix
songhuangfeng123
2022-05-19 e520d6f233851374356bb49c4cf724d1d3565b05
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>