Skip to content

Commit e35f015

Browse files
committed
feat(theme): write vuetify style tag via style.textContent
1 parent 1ed8bde commit e35f015

File tree

1 file changed

+1
-1
lines changed
  • packages/vuetify/src/composables

1 file changed

+1
-1
lines changed

packages/vuetify/src/composables/theme.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ export function createTheme (options?: ThemeOptions): ThemeInstance & { install:
294294
function getHead () {
295295
return {
296296
style: [{
297-
children: styles.value,
297+
textContent: styles.value,
298298
id: 'vuetify-theme-stylesheet',
299299
nonce: parsedOptions.cspNonce || false as never,
300300
}],

0 commit comments

Comments
 (0)