Skip to content

Commit

Permalink
fix(types): '_filePath' implicitly has an 'any' type
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Dec 24, 2021
1 parent e919d14 commit 66a6c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vuepress/types/lib/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface Page<
/**
* file's absolute path
*/
_filePath;
_filePath: string;
/**
* Access the client global computed mixins at build time, e.g _computed.$localePath.
*/
Expand Down

0 comments on commit 66a6c27

Please sign in to comment.