docs: remove console.log

This commit is contained in:
Sébastien Chopin
2023-05-20 18:53:32 +02:00
parent 5a592b7ee0
commit d3e5f4e15d

View File

@@ -110,7 +110,6 @@ ${Object.entries(colors[gray.value.value] || colors.cool).map(([key, value]) =>
})
if (process.client) {
watch(root, () => {
console.log('update')
window.localStorage.setItem('nuxt-ui-root', root.value)
}, { immediate: true })
}