fix: 移除新建文件夹对话框的 v-if 条件

This commit is contained in:
jxxghp
2025-03-24 13:32:30 +08:00
parent b6c823c386
commit d4777fde70
+1 -1
View File
@@ -169,7 +169,7 @@ const sortIcon = computed(() => {
</IconBtn> </IconBtn>
</template> </template>
</VTooltip> </VTooltip>
<VDialog v-if="newFolderPopper" v-model="newFolderPopper" max-width="50rem"> <VDialog v-model="newFolderPopper" max-width="50rem">
<template #activator="{ props }"> <template #activator="{ props }">
<IconBtn v-bind="props"> <IconBtn v-bind="props">
<VTooltip text="新建文件夹"> <VTooltip text="新建文件夹">