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
+3 -5
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 -->