Switch 开关
<script setup lang="ts"> import { ref } from "vue"; const checked = ref(true); </script> <template> <Switch v-model="checked" /> </template>
import { Switch } from "@reglow/reui";
modelValue
boolean
false
disabled
内容锚点