cqf
2022-06-15 9a25ff91b49712d1ec69a8be4dd031c6acf29004
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>