diff --git a/types/index.d.ts b/types/index.d.ts index 9a3fd40..a399ff3 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -65,6 +65,6 @@ export default class InfiniteLoading extends Vue { // Slots $slots: Slots; - static install: PluginFunction; + static install: PluginFunction; }