feat: 优化 switch 组件
This commit is contained in:
@@ -16,7 +16,7 @@ export interface LaySwitchProps {
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<LaySwitchProps>(), {
|
||||
disabled: false
|
||||
disabled: false,
|
||||
});
|
||||
|
||||
const emit = defineEmits(["update:modelValue", "change"]);
|
||||
|
||||
Reference in New Issue
Block a user