Your Name
2022-08-25 6c6e0514283c7ff3016b845b600186b464e616c4
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>