File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ this.$showBottomSheet(MyComponent, options)
144144### NativeScript + Vue 3
145145``` typescript
146146import { createApp } from ' nativescript-vue' ;
147- import { BottomSheetPlugin } from ' @nativescript-community/ui-material-bottomsheet/vue-3 ' ;
147+ import { BottomSheetPlugin } from ' @nativescript-community/ui-material-bottomsheet/vue3 ' ;
148148import { install } from " @nativescript-community/ui-material-bottomsheet" ;
149149install ();
150150
@@ -153,7 +153,7 @@ app.use(BottomSheetPlugin);
153153```
154154Then you can show a Vue component:
155155``` typescript
156- import { useBottomSheet } from " @nativescript-community/ui-material-bottomsheet/vue-3 " ;
156+ import { useBottomSheet } from " @nativescript-community/ui-material-bottomsheet/vue3 " ;
157157import MyComponent from ' MyComponent.vue' ;
158158
159159
Original file line number Diff line number Diff line change 1- import { App , createApp } from 'nativescript-vue-3 ' ;
1+ import { App , createApp } from 'nativescript-vue3 ' ;
22import { Frame , View , ViewBase } from '@nativescript/core' ;
33import { BottomSheetOptions } from '../bottomsheet' ;
44
You can’t perform that action at this time.
0 commit comments