修复网络高级设置访问未定义变量的错误

This commit is contained in:
fangxiang 2023-02-10 17:09:38 +08:00
parent f4b2e6cd15
commit 2a6e8e78c0
2 changed files with 2 additions and 16 deletions

View File

@ -20,14 +20,7 @@
</div>
<q-space />
<div>
<q-btn
flat
round
icon="close"
:disable="loading"
color="red"
v-close-popup
>
<q-btn flat round icon="close" color="red" v-close-popup>
<q-tooltip>
{{ $t("close") }}
</q-tooltip>

View File

@ -20,14 +20,7 @@
</div>
<q-space />
<div>
<q-btn
flat
round
icon="close"
:disable="loading"
color="red"
v-close-popup
>
<q-btn flat round icon="close" color="red" v-close-popup>
<q-tooltip>
{{ $t("close") }}
</q-tooltip>