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

pull/7632/head
selicens 2024-06-04 16:00:40 +08:00 committed by GitHub
parent 9c27414cd0
commit 085eb398a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: () => (