Skip to content

Commit 2475a28

Browse files
committed
fix(theme): put theme stylesheet in body when loaded with unhead
1 parent 368f6c2 commit 2475a28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/vuetify/src/composables

packages/vuetify/src/composables/theme.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ export function createTheme (options?: ThemeOptions): ThemeInstance & { install:
473473
textContent: styles.value,
474474
id: parsedOptions.stylesheetId,
475475
nonce: parsedOptions.cspNonce || false as never,
476+
tagPosition: 'bodyOpen' as const,
476477
}],
477478
}
478479
}

0 commit comments

Comments
 (0)