暗色模式
针对 @arco-design/web-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>
<theme-dark-light> Events
<theme-dark-light>