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>
<IconBtn @click="changeTheme">
<template #activator="{ props: _props }">
<VIcon v-bind="_props" :icon="props.themes[currentThemeIndex].icon" />
</template>
<VIcon :icon="props.themes[currentThemeIndex].icon" />
</IconBtn>
</template>

View File

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