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

This commit is contained in:
jxxghp
2025-03-24 13:32:30 +08:00
parent b6c823c386
commit d4777fde70

View File

@@ -169,7 +169,7 @@ const sortIcon = computed(() => {
</IconBtn>
</template>
</VTooltip>
<VDialog v-if="newFolderPopper" v-model="newFolderPopper" max-width="50rem">
<VDialog v-model="newFolderPopper" max-width="50rem">
<template #activator="{ props }">
<IconBtn v-bind="props">
<VTooltip text="新建文件夹">