更改图标
This commit is contained in:
@@ -16,8 +16,8 @@ const isLight = computed({
|
||||
<div class="flex-1 flex items-center justify-center">
|
||||
<USwitch
|
||||
v-model="isLight"
|
||||
unchecked-icon="i-lucide-moon"
|
||||
checked-icon="i-lucide-sun"
|
||||
unchecked-icon="lucide-moon"
|
||||
checked-icon="lucide-sun"
|
||||
aria-label="Toggle color mode"
|
||||
size="xl"
|
||||
color="neutral"
|
||||
|
Reference in New Issue
Block a user