This commit is contained in:
dap
2025-11-07 14:39:42 +08:00
147 changed files with 516 additions and 418 deletions

View File

@@ -48,6 +48,6 @@ function handleClick() {
<span v-if="$slots.shortcut" class="ml-auto mr-2 text-xs opacity-60">
<slot name="shortcut"></slot>
</span>
<Switch v-model:checked="checked" @click.stop />
<Switch v-model="checked" @click.stop />
</div>
</template>