Skip to content

Commit 606fb66

Browse files
committed
fixing VueAuthenticatePlugin type
1 parent f81d827 commit 606fb66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: types/index.d.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ export declare class VueAuthenticate {
6161
): Promise<{}>;
6262
}
6363

64-
export const VueAuthenticatePlugin: (app: App, options?: AuthenticateOptions) => void;
64+
export const VueAuthenticatePlugin: {
65+
install: (app: App, options?: AuthenticateOptions) => void;
66+
};
6567

6668
export interface AuthenticateOptions {
6769
baseUrl?: string;

0 commit comments

Comments
 (0)