Skip to content

Commit dd52d99

Browse files
serialinePeachScript
authored andcommitted
fix: correct options type for install method in types (#267)
1 parent 3792d95 commit dd52d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ export default class InfiniteLoading extends Vue {
6565
// Slots
6666
$slots: Slots;
6767

68-
static install: PluginFunction<never>;
68+
static install: PluginFunction<InfiniteOptions>;
6969
}
7070

0 commit comments

Comments
 (0)