Skip to content

Commit f0eef20

Browse files
committed
chore: demo fix
1 parent 63fef75 commit f0eef20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-snippets/vue/Basic.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Label text="Basic Drawer" />
55
</ActionBar>
66

7-
<BottomSheet v-model="stepIndex" :steps="[56, 156, 456]" scrollViewId="scrollView" backdropColor="#88000000" backgroundColor="purple">
7+
<BottomSheet v-model="stepIndex" :steps="[56, 156, 456]" scrollViewId="scrollView" backdropColor="#00000088" backgroundColor="purple">
88
<StackLayout backgroundColor="red">
99
<Label text="This is the main content" />
1010
</StackLayout>

0 commit comments

Comments
 (0)