shj
2022-05-13 cee81b4b5d993d46a52d01124cd9f1d015043857
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>