import { formInputViewProps } from '../../form-input-props' export default { props: formInputViewProps, setup (props) { return () => ( {props.otherValue || props.modelValue} ) } }