去掉AutoImport,补齐import

This commit is contained in:
xiangheng
2024-10-24 18:18:38 +08:00
parent 193b1a0ab9
commit f75f6607ee
98 changed files with 114 additions and 63 deletions

View File

@@ -273,6 +273,7 @@
</template>
<script lang="ts" setup>
import { computed, onMounted, toRefs, ref, watch } from 'vue'
import { useCate, useFile } from './hook'
import FileItem from './file.vue'
import Preview from './preview.vue'