diff --git a/src/runtime/components/Switch.vue b/src/runtime/components/Switch.vue index 09d3ec2e..7b5b6975 100644 --- a/src/runtime/components/Switch.vue +++ b/src/runtime/components/Switch.vue @@ -40,7 +40,6 @@ const emits = defineEmits() const appConfig = useAppConfig() const rootProps = useForwardPropsEmits(reactivePick(props, 'as', 'defaultChecked', 'checked', 'required', 'value'), emits) - const { inputId, emitFormChange, size, color, name, disabled } = useFormField(props) const ui = computed(() => tv({ extend: switchTv, slots: props.ui })({