Skip to content

明暗主题切换 ThemeDarkLight

针对 @arco-design/web-vue 进行暗色模式切换

vue
<script lang="ts" setup>
import { ThemeDarkLight } from '@vrx-arco/pro-components'
import { Card } from '@arco-design/web-vue'
</script>

<template>
  <Card>
    <ThemeDarkLight />
  </Card>
</template>

API

<theme-dark-light> Events

暂无数据

Released under the MIT License.