更新 ThemeSwitcher.vue

This commit is contained in:
jxxghp
2023-07-21 07:38:22 +08:00
committed by GitHub
parent 06cb146727
commit f0438024d2

View File

@@ -35,12 +35,5 @@ onMounted(() => {
<template>
<IconBtn @click="changeTheme">
<VIcon :icon="props.themes[currentThemeIndex].icon" />
<VTooltip
activator="parent"
open-delay="1000"
scroll-strategy="close"
>
<span class="text-capitalize">{{ currentThemeName }}</span>
</VTooltip>
</IconBtn>
</template>