Appearance
点击选择颜色,改变主题色,功能颜色保持不变
<template> <Wrapper> <VcColorSwitcher /> </Wrapper> </template> <script lang="ts" setup> import VcColorSwitcher from '../color-switcher.vue' </script>