children117cl
2021-05-31 308c34038375c64f94c07a92736cb167568359e6
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>