Browse Source

fix(FormItem): class name error (#7582)

pull/7632/head
selicens 6 months ago committed by GitHub
parent
commit
085eb398a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      components/form/FormItem.tsx

2
components/form/FormItem.tsx

@ -494,7 +494,7 @@ export default defineComponent({
>
<Row
{...attrs}
class={`${prefixCls.value}-row`}
class={`${prefixCls.value}-item-row`}
key="row"
v-slots={{
default: () => (

Loading…
Cancel
Save