import { Switch as VanSwitch } from 'vant' import { useFormInput } from '../../../hooks/form-input' import { formInputProps } from '../../form-input-props' export default { props: formInputProps, setup (props, context) { const { emitModelValue } = useFormInput(props, context) return () => } }