update
This commit is contained in:
@@ -3,6 +3,7 @@ import { type MaybeRefOrGetter, useSSRContext } from "vue";
|
||||
export type DJSSRContext = {
|
||||
head: {
|
||||
title: MaybeRefOrGetter<string>;
|
||||
metatags: MaybeRefOrGetter<Array<{ name: string, content: string }>>;
|
||||
};
|
||||
registry: Record<string, unknown>;
|
||||
styles: Record<string, string>;
|
||||
|
||||
Reference in New Issue
Block a user