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 368f6c2 commit 2475a28Copy full SHA for 2475a28
1 file changed
packages/vuetify/src/composables/theme.ts
@@ -473,6 +473,7 @@ export function createTheme (options?: ThemeOptions): ThemeInstance & { install:
473
textContent: styles.value,
474
id: parsedOptions.stylesheetId,
475
nonce: parsedOptions.cspNonce || false as never,
476
+ tagPosition: 'bodyOpen' as const,
477
}],
478
}
479
0 commit comments