Skip to content

Commit 66a6c27

Browse files
committed
fix(types): '_filePath' implicitly has an 'any' type
1 parent e919d14 commit 66a6c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vuepress/types/lib/context.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface Page<
1515
/**
1616
* file's absolute path
1717
*/
18-
_filePath;
18+
_filePath: string;
1919
/**
2020
* Access the client global computed mixins at build time, e.g _computed.$localePath.
2121
*/

0 commit comments

Comments
 (0)