Skip to content

dark-switcher

功能

点击切换暗黑模式

功能示例

展示区

最小示例

vue
<template>
    <Wrapper>
        <VcDarkSwitcher />
    </Wrapper>
</template>

<script lang="ts" setup>
import VcDarkSwitcher from '../dark-switcher.vue'
</script>

API