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)
144
144
### NativeScript + Vue 3
145
145
``` typescript
146
146
import { 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 ' ;
148
148
import { install } from " @nativescript-community/ui-material-bottomsheet" ;
149
149
install ();
150
150
@@ -153,7 +153,7 @@ app.use(BottomSheetPlugin);
153
153
```
154
154
Then you can show a Vue component:
155
155
``` typescript
156
- import { useBottomSheet } from " @nativescript-community/ui-material-bottomsheet/vue-3 " ;
156
+ import { useBottomSheet } from " @nativescript-community/ui-material-bottomsheet/vue3 " ;
157
157
import MyComponent from ' MyComponent.vue' ;
158
158
159
159
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 ' ;
2
2
import { Frame , View , ViewBase } from '@nativescript/core' ;
3
3
import { BottomSheetOptions } from '../bottomsheet' ;
4
4
You can’t perform that action at this time.
0 commit comments