This commit is contained in:
jxxghp
2024-03-03 09:02:41 +08:00
parent b37879d2d4
commit 4bb59a9f05
2 changed files with 2 additions and 6 deletions

View File

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

View File

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