DokiYoloo
2021-02-25 48cf4250b4eed777b8d95b5fc69f0cbd6a8eefed
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>