Skip to content

Commit 7c6dcba

Browse files
committed
doc: update grid demo
1 parent 4a4670b commit 7c6dcba

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

components/grid/__tests__/__snapshots__/demo.test.js.snap

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,12 @@ exports[`renders ./components/grid/demo/playfround.vue correctly 1`] = `
238238
<a-col :span="6"/>
239239
<a-col :span="6"/>
240240
<a-col :span="6"/>
241-
</a-row>
242-
</pre><pre>&lt;a-row :gutter="[16,16]"&gt;
241+
&lt;/a-row&gt;</pre><br><pre>&lt;a-row :gutter="[16,16]"&gt;
243242
&lt;a-col :span="6"/&gt;
244243
&lt;a-col :span="6"/&gt;
245244
&lt;a-col :span="6"/&gt;
246245
&lt;a-col :span="6"/&gt;
247-
&lt;/a-row&gt;
248-
</pre>
246+
&lt;/a-row&gt;</pre>
249247
</div>
250248
`;
251249

components/grid/demo/playfround.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,9 @@ A simple playground for column count and gutter.
6767
<div>Column</div>
6868
</a-col>
6969
</a-row>
70-
<pre
71-
>{{ rowColHtml }}
72-
</pre>
70+
<pre>{{ rowColHtml }}</pre>
7371
<br />
74-
<pre
75-
>{{ rowColHtml }}
76-
</pre>
72+
<pre>{{ rowColHtml }}</pre>
7773
</div>
7874
</template>
7975
<script lang="ts">

0 commit comments

Comments
 (0)