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>