Skip to content

Commit b58c7a4

Browse files
committed
test: demo update
1 parent 7a75bcb commit b58c7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo-vue/app/examples/BottomSheetInner.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export default Vue.extend({
1616
return {};
1717
},
1818
methods: {
19-
onButtonTap() {
20-
this.$closeBottomSheet(true);
19+
onButtonTap(event) {
20+
this.$closeBottomSheet(event.object.id);
2121
},
2222
onShownInBottomSheet(args) {
2323
console.log('onShownInBottomSheet');

0 commit comments

Comments
 (0)