Skip to content

Commit c4529a3

Browse files
authored
fix(bottomsheet): import options in readme
1 parent 5a45ada commit c4529a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bottomsheet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Then you can show a Vue component:
135135
import MyComponent from 'MyComponent.vue';
136136

137137
//inside another Vue component
138-
const options: BottomSheetOptions = {
138+
const options: VueBottomSheetOptions = {
139139
};
140140
this.$showBottomSheet(MyComponent, options)
141141
```

0 commit comments

Comments
 (0)