panzy
2022-05-17 53b78230a94642a3e2f910e72c469d324cd22731
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>