This commit is contained in:
jxxghp
2023-08-25 22:05:57 +08:00
parent 235942157e
commit 5db4d97568
10 changed files with 1165 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<script setup lang="ts">
import FileBrowser from '@/components/FileBrowser.vue'
</script>
<template>
<div>
<FileBrowser />
</div>
</template>