fix ReoranizeDialog

This commit is contained in:
jxxghp
2024-09-21 17:04:54 +08:00
parent 24e184eace
commit 4434d7b8c9
3 changed files with 3 additions and 2 deletions

View File

@@ -737,6 +737,7 @@ onMounted(() => {
v-if="transferPopper"
v-model="transferPopper"
:items="transferItems"
:target_storage="inProps.storage"
@done="transferDone"
@close="transferPopper = false"
/>