import BasicNumberView from '../../basic/number/view' import { useFormView } from '../../../hooks/form-input' import { formInputViewProps } from '../../form-input-props' import './index.less' export default { name: 'ToleranceNumberView', props: formInputViewProps, setup (props) { const { proxyOtherValue, width } = useFormView(props) return () =>
±
} }