We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
style.textContent
1 parent 1ed8bde commit e35f015Copy full SHA for e35f015
packages/vuetify/src/composables/theme.ts
@@ -294,7 +294,7 @@ export function createTheme (options?: ThemeOptions): ThemeInstance & { install:
294
function getHead () {
295
return {
296
style: [{
297
- children: styles.value,
+ textContent: styles.value,
298
id: 'vuetify-theme-stylesheet',
299
nonce: parsedOptions.cspNonce || false as never,
300
}],
0 commit comments