Skip to content

Commit

Permalink
fixing VueAuthenticatePlugin type
Browse files Browse the repository at this point in the history
  • Loading branch information
dauriata committed May 3, 2024
1 parent f81d827 commit 606fb66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ export declare class VueAuthenticate {
): Promise<{}>;
}

export const VueAuthenticatePlugin: (app: App, options?: AuthenticateOptions) => void;
export const VueAuthenticatePlugin: {
install: (app: App, options?: AuthenticateOptions) => void;
};

export interface AuthenticateOptions {
baseUrl?: string;
Expand Down

0 comments on commit 606fb66

Please sign in to comment.