mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
更新 ThemeSwitcher.vue
This commit is contained in:
@@ -35,12 +35,5 @@ onMounted(() => {
|
|||||||
<template>
|
<template>
|
||||||
<IconBtn @click="changeTheme">
|
<IconBtn @click="changeTheme">
|
||||||
<VIcon :icon="props.themes[currentThemeIndex].icon" />
|
<VIcon :icon="props.themes[currentThemeIndex].icon" />
|
||||||
<VTooltip
|
|
||||||
activator="parent"
|
|
||||||
open-delay="1000"
|
|
||||||
scroll-strategy="close"
|
|
||||||
>
|
|
||||||
<span class="text-capitalize">{{ currentThemeName }}</span>
|
|
||||||
</VTooltip>
|
|
||||||
</IconBtn>
|
</IconBtn>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user