Skip to content

Commit 43afcb2

Browse files
authored
Update README.md
1 parent ec3a420 commit 43afcb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/bottomsheet/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ export function openBottomSheet(args) {
8686
```typescript
8787
import Vue from 'nativescript-vue';
8888
import BottomSheetPlugin from '@nativescript-community/ui-material-bottomsheet/vue';
89+
import { install } from "@nativescript-community/ui-material-bottomsheet";
90+
install();
8991

9092
Vue.use(BottomSheetPlugin);
9193
```

0 commit comments

Comments
 (0)