Skip to content
此页目录
本文总阅读量

vue3 组件-深色模式

该组件依赖element-plus

基础用法

vue
<template>
  <KSwitchDark />
</template>

<script setup lang="ts">
import { KSwitchDark } from "@tomiaa/vue3-components"
</script>

评论

交流群