shj
2022-05-18 a805a5f98533f8620f96c78af5b21388165f1e41
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>