mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +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) {
|
if (process.client) {
|
||||||
watch(root, () => {
|
watch(root, () => {
|
||||||
console.log('update')
|
|
||||||
window.localStorage.setItem('nuxt-ui-root', root.value)
|
window.localStorage.setItem('nuxt-ui-root', root.value)
|
||||||
}, { immediate: true })
|
}, { immediate: true })
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user