Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Commit 9783771

Browse files
authored
chore: change to vertical
1 parent 746e1f8 commit 9783771

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/demo/src/components/AdvanceExamples.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<template>
22
<div>
3-
<c-stack :spacing="5" :mt="5" is-inline>
3+
<c-stack :spacing="5" :mt="5">
44
<c-box
5-
width="25%"
5+
width="100%"
66
:p="5"
77
rounded="lg"
88
shadow="md"
@@ -18,9 +18,9 @@
1818
</c-box>
1919
</c-stack>
2020

21-
<c-stack :spacing="5" :mt="5" is-inline>
21+
<c-stack :spacing="5" :mt="5">
2222
<c-box
23-
width="25%"
23+
width="100%"
2424
:p="5"
2525
rounded="lg"
2626
shadow="md"
@@ -36,9 +36,9 @@
3636
</c-box>
3737
</c-stack>
3838

39-
<c-stack :spacing="5" :mt="5" is-inline>
39+
<c-stack :spacing="5" :mt="5">
4040
<c-box
41-
width="25%"
41+
width="100%"
4242
:p="5"
4343
rounded="lg"
4444
shadow="md"
@@ -54,9 +54,9 @@
5454
</c-box>
5555
</c-stack>
5656

57-
<c-stack :spacing="5" :mt="5" is-inline>
57+
<c-stack :spacing="5" :mt="5">
5858
<c-box
59-
width="25%"
59+
width="100%"
6060
:p="5"
6161
rounded="lg"
6262
shadow="md"

0 commit comments

Comments
 (0)