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

pull/7632/head
selicens 6 months ago committed by GitHub
parent 9c27414cd0
commit 085eb398a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save