mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-22 10:30:28 +00:00
remove console.logs
This commit is contained in:
parent
76c6d25850
commit
1827c61314
4 changed files with 1 additions and 7 deletions
|
@ -30,11 +30,9 @@ export function useTheme(): UseTheme {
|
|||
}
|
||||
|
||||
htmlEl.value = document.querySelector("html");
|
||||
console.log(htmlEl.value);
|
||||
});
|
||||
|
||||
const theme = computed(() => {
|
||||
console.log(themeRef.value);
|
||||
return themeRef.value;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue