Skip to content

Document: Grid 栅格配置器生成的代码是 React 风格的 #961

@shiny

Description

@shiny
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

1.3.10

Environment

any

Reproduction link

https://vue.ant.design/components/grid-cn/

Steps to reproduce

open link, scroll to the document bottom

What is expected?

<a-row :gutter="16">
<a-col :span="6"/>
<a-col :span="6"/>
<a-col :span="6"/>
<a-col :span="6"/>
</a-row>

What is actually happening?

Code generated:

<Row :gutter="16">
<Col :span="6"/>
<Col :span="6"/>
<Col :span="6"/>
<Col :span="6"/>
</Row>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions