import { defineComponent } from 'vue' import { formInputProps } from '../../form-input-props' import { useFormInput } from '@cip/components/hooks/form-input' import { ElInput } from 'element-plus' import './index.less' export default defineComponent({ props: formInputProps, setup (props, context) { const FormInput = useFormInput(props, context) return () =>
{{ prepend: () => 链接名称 }} {{ prepend: () => 链接地址 }}
} })