Skip to content

Commit 1a0f5b1

Browse files
committed
demo(vue): update
1 parent 185631e commit 1a0f5b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo-snippets/vue/BottomSheet.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export default Vue.extend({
9191
case 'bottomsheet-peekheight': {
9292
(this as NativeScriptVue).$showBottomSheet(BottomSheetInner, {
9393
peekHeight: 100,
94+
trackingScrollView: 'scrollView',
9495
// transparent: true,
9596
closeCallback: (...args) => {
9697
console.log('bottom sheet closed', args);

0 commit comments

Comments
 (0)