mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-02 22:31:07 +08:00
fix
This commit is contained in:
@@ -280,7 +280,7 @@ onBeforeMount(fetchData)
|
||||
</VCardText>
|
||||
<VCardActions>
|
||||
<VBtn
|
||||
@click="openSiteAddDialog"
|
||||
@click="siteAddDialog = false"
|
||||
>
|
||||
取消
|
||||
</VBtn>
|
||||
@@ -288,6 +288,7 @@ onBeforeMount(fetchData)
|
||||
<VBtn
|
||||
color="primary"
|
||||
:disabled="addBtnState"
|
||||
variant="tonal"
|
||||
@click="addSite"
|
||||
>
|
||||
{{ addBtnText }}
|
||||
|
||||
Reference in New Issue
Block a user