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>

View File

@@ -44,11 +44,9 @@ function allLoggingUrl() {
class="me-2"
v-bind="props"
>
<VTooltip text="捷径">
<template #activator="{ props: _props }">
<VIcon v-bind="_props" icon="mdi-checkbox-multiple-blank-outline" />
</template>
</VTooltip>
<template #activator="{ props: _props }">
<VIcon v-bind="_props" icon="mdi-checkbox-multiple-blank-outline" />
</template>
</IconBtn>
</template>
<!-- Menu Content -->