mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
docs: remove console.log
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user