Perf: fix memory leak of main page

This commit is contained in:
萌萌哒赫萝
2023-09-10 23:21:39 -07:00
parent 219cbbb253
commit 5392d9e9e7
5 changed files with 7 additions and 0 deletions
+2
View File
@@ -294,6 +294,7 @@
:title="$T('CHANGE_IMAGE_URL')"
width="500px"
:modal-append-to-body="false"
append-to-body
>
<el-input v-model="imgInfo.imgUrl" />
<template #footer>
@@ -315,6 +316,7 @@
align-center
draggable
destroy-on-close
append-to-body
>
<el-link
:underline="false"
+1
View File
@@ -194,6 +194,7 @@
c: configName
})"
width="70%"
append-to-body
>
<config-form
:id="configName"
+1
View File
@@ -81,6 +81,7 @@
v-model="keyBindingVisible"
:title="$T('SHORTCUT_CHANGE_UPLOAD')"
:modal-append-to-body="false"
append-to-body
>
<el-form
label-position="top"