石广澎
2023-10-23 85bb72f789f02ab42d016f3add3013b719ff70f4
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>