futian.liu
2023-11-15 dc1800d4d2d252b7b37d80d9f54285200c94ff3c
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>