Admin
2022-11-11 56f9842e8e94ec303b535fbed48d0a3cc086562b
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>