13937891274
2022-05-18 1face17d7df240f99c81ca70550bb967193f2d0d
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>