13937891274
2022-05-18 6216c9cdc3e37a67e200262c418c264624fa151a
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>