fix: 修复管理标签模态框在侧栏中打开的问题
This commit is contained in:
@@ -984,11 +984,13 @@ const cancelEditingTag = () => {
|
|||||||
:connection="selectedRdpConnection"
|
:connection="selectedRdpConnection"
|
||||||
@close="closeRdpModal"
|
@close="closeRdpModal"
|
||||||
/> -->
|
/> -->
|
||||||
<ManageTagConnectionsModal
|
<teleport to="body">
|
||||||
:tag-info="tagToManage"
|
<ManageTagConnectionsModal
|
||||||
v-model:visible="showManageTagModal"
|
:tag-info="tagToManage"
|
||||||
@saved="handleManageTagModalSaved"
|
v-model:visible="showManageTagModal"
|
||||||
/>
|
@saved="handleManageTagModalSaved"
|
||||||
|
/>
|
||||||
|
</teleport>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user