We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e919d14 commit 66a6c27Copy full SHA for 66a6c27
packages/@vuepress/types/lib/context.ts
@@ -15,7 +15,7 @@ export interface Page<
15
/**
16
* file's absolute path
17
*/
18
- _filePath;
+ _filePath: string;
19
20
* Access the client global computed mixins at build time, e.g _computed.$localePath.
21
0 commit comments