rollback VTooltip

This commit is contained in:
jxxghp
2024-03-03 08:47:20 +08:00
parent 18bfad07d2
commit 05defc39d7
2 changed files with 6 additions and 10 deletions

View File

@@ -121,11 +121,9 @@ function themeTransition() {
<template>
<IconBtn @click="changeTheme">
<VTooltip text="切换主题">
<template #activator="{ props: _props }">
<VIcon v-bind="_props" :icon="props.themes[currentThemeIndex].icon" />
</template>
</VTooltip>
<template #activator="{ props: _props }">
<VIcon v-bind="_props" :icon="props.themes[currentThemeIndex].icon" />
</template>
</IconBtn>
</template>