更新 DirectoryCard.vue

This commit is contained in:
Aqr-K
2024-09-26 20:58:42 +08:00
parent 85ebb0242a
commit 6301cb287e

View File

@@ -20,9 +20,6 @@ const props = defineProps({
height: String,
})
// 提示框
const $toast = useToast();
// 下载路径
const downloadPath = ref<string>('')