From 0f90645c84793b668a417cb8ce8f54a240373cda Mon Sep 17 00:00:00 2001 From: HugoRCD Date: Mon, 19 May 2025 11:31:38 +0200 Subject: [PATCH] up --- src/runtime/plugins/colors.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runtime/plugins/colors.ts b/src/runtime/plugins/colors.ts index d657b332..f5210a9a 100644 --- a/src/runtime/plugins/colors.ts +++ b/src/runtime/plugins/colors.ts @@ -42,6 +42,7 @@ export default defineNuxtPlugin(() => { }) // Head + console.log('head nonce', nonce.value) const headData: UseHeadInput = { style: [{ innerHTML: () => root.value, @@ -58,6 +59,7 @@ export default defineNuxtPlugin(() => { style.innerHTML = root.value style.setAttribute('data-nuxt-ui-colors', '') + console.log('SPA nonce', nonce.value) if (nonce.value) { style.setAttribute('nonce', nonce.value) }