Skip to content

Commit

Permalink
fix(FormItem): class name error (#7582)
Browse files Browse the repository at this point in the history
  • Loading branch information
selicens authored Jun 4, 2024
1 parent 9c27414 commit 085eb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/form/FormItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ export default defineComponent({
>
<Row
{...attrs}
class={`${prefixCls.value}-row`}
class={`${prefixCls.value}-item-row`}
key="row"
v-slots={{
default: () => (
Expand Down

0 comments on commit 085eb39

Please sign in to comment.