panzy
2022-05-19 0f5e1534e83fa99cac09f9a3430539d115ed0b59
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>