shj
2022-04-07 f8d52036582e65c989b6167fc95c84df1d1a2859
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>