luqingyang
2023-10-26 a085e789a2225fd88b4f739828273e0a85b1fb13
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>