feat: 拆分组件 用Vue3重写Main.vue

This commit is contained in:
ZiuChen
2022-08-15 15:18:19 +08:00
parent 94161453b4
commit 6b63c7a4f7
7 changed files with 263 additions and 249 deletions

View File

@@ -13,7 +13,7 @@
</template>
<script setup>
import FileListVue from './FileList.vue'
import FileList from './FileList.vue'
const props = defineProps({
isShow: {