bug
lohir
2024-10-17 42b61ee53565b1993786f95633ac9080f42dd7e8
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>