Skip to content

Commit df8afc8

Browse files
committed
Extra comment was breaking bottomsheet
1 parent e77cd12 commit df8afc8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

demo-snippets/vue3/BottomSheetInner.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@
1515
<Button text="Cancel" horizontalAlignment="center" />
1616
</StackLayout>
1717
</GridLayout>
18-
<!-- </MDCardView> -->
1918
</template>
2019

2120
<script lang="ts" setup>
22-
import * as frameModule from '@nativescript/core/ui/frame';
2321
import BottomSheetInnerKeyboardVue from './BottomSheetInnerKeyboard.vue';
2422
import { useBottomSheet } from "@nativescript-community/ui-material-bottomsheet/vue3";
2523
const { showBottomSheet, closeBottomSheet } = useBottomSheet()

0 commit comments

Comments
 (0)