Skip to content

Commit 390dc19

Browse files
committed
demo(vue): fix for peekHeight exampel
1 parent 2818b70 commit 390dc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-snippets/vue/BottomSheetInner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<MDTextField hint="Edit text to filter..." style="font-size: 16" />
1212
<MDActivityIndicator *ngIf="processing" width="50" height="50" />
1313
</StackLayout>
14-
<ListView height="150" :items="items">
14+
<ListView height="150" :items="items" id="scrollView">
1515
<v-template let-item="item" let-odd="odd" let-even="even">
1616
<GridLayout height="64" backgroundColor="green">
1717
<Image horizontalAlignment="left" width="64" />

0 commit comments

Comments
 (0)