We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5af3b1 commit 937859aCopy full SHA for 937859a
docs/src/guide/essentials/async-data.md
@@ -12,6 +12,8 @@
12
export interface IAsyncDataContext {
13
route: RouteLocationNormalizedLoaded;
14
store: Pinia;
15
+ router: Router;
16
+ ctx?: Context; // 在服务端运行时存在
17
}
18
declare module 'vue' {
19
interface ComponentCustomOptions {
docs/src/guide/essentials/seo.md
@@ -28,6 +28,8 @@ export interface Seo {
28
29
30
31
32
33
34
35
0 commit comments