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 7d9db9b commit 27a88ecCopy full SHA for 27a88ec
packages/client/src/resolvers.ts
@@ -32,8 +32,8 @@ export const resolvers = reactive({
32
...prev,
33
...item.layouts,
34
}),
35
- {} as Layouts,
36
- ),
+ {},
+ ) as Layouts,
37
38
/**
39
* Merge the head config in frontmatter and site locale
packages/client/src/types/clientConfig.ts
@@ -24,7 +24,7 @@ export interface ClientConfig {
24
25
* Layout components
26
*/
27
- layouts?: Layouts
+ layouts?: Partial<Layouts>
28
29
30
* Components to be placed directly into the root node of vue app
0 commit comments