Skip to content

Commit 12c7c8b

Browse files
authored
Merge pull request #391 from vallemar/master
fix(bottomsheet): import optionis in readme
2 parents 5a45ada + c4529a3 commit 12c7c8b

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)