Skip to content

Commit a5a75b1

Browse files
committed
demo: app update
1 parent 2cd1785 commit a5a75b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo-snippets/vue/Basic.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<Label text="Basic Drawer" />
55
</ActionBar>
66

7-
<BottomSheet v-model="stepIndex" :steps="[56, 156, 456]" scrollViewId="scrollView" backdropColor="#88000000">
7+
<BottomSheet v-model="stepIndex" :steps="[56, 156, 456]" scrollViewId="scrollView" backdropColor="#88000000" backgroundColor="purple">
88
<StackLayout backgroundColor="red">
99
<Label text="This is the main content" />
1010
</StackLayout>
11-
<gridlayout ~bottomSheet backgroundColor="yellow" rows="56, 100, 300">
11+
<gridlayout ~bottomSheet backgroundColor="yellow" rows="56, 100, 300" width="100%">
1212
<stacklayout row="0" orientation="horizontal">
1313
<button text="My Profile" class="button" @tap="stepIndex = 0" />
1414
<button text="Settings" class="button" @tap="stepIndex = 1" />

0 commit comments

Comments
 (0)