Merge branch 'typings-improvemnts' into next
This commit is contained in:
Vendored
+1
-1
@@ -21,7 +21,7 @@ type VueApolloOptions = {
|
||||
export class VueApollo implements PluginObject<{}> {
|
||||
[key: string]: any;
|
||||
install: PluginFunction<{}>;
|
||||
constructor (options: { defaultClient: ApolloClient<{}>, defaultOptions?: VueApolloOptions });
|
||||
constructor (options: { defaultClient: ApolloClient<{}>, defaultOptions?: VueApolloOptions, clients?: { [key: string]: ApolloClient<{}> } });
|
||||
static install(pVue: typeof Vue, options?:{} | undefined): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user