This commit is contained in:
jxxghp
2024-06-01 22:07:19 +08:00
parent f29f408b67
commit 5018f96786
7 changed files with 36 additions and 44 deletions

View File

@@ -323,7 +323,7 @@ function handleRepoUrl(url: string | undefined) {
// 跳转tab
function jumpTab(tab: string) {
router.push("/plugins?tab=" + tab)
router.push('/plugins?tab=' + tab)
}
// 加载时获取数据
@@ -443,7 +443,7 @@ onBeforeMount(async () => {
<VFab
icon="mdi-magnify"
color="info"
location="bottom end"
location="bottom"
class="mb-2"
size="x-large"
fixed