mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
refactor(clean): removed extra console.log
This commit is contained in:
parent
0808920951
commit
82606f6a47
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@ const route = useRoute()
|
||||||
const styleStore = useStyleStore()
|
const styleStore = useStyleStore()
|
||||||
const version = import.meta.env.PACKAGE_VERSION;
|
const version = import.meta.env.PACKAGE_VERSION;
|
||||||
|
|
||||||
console.log(themeVars.value)
|
|
||||||
|
|
||||||
const makeLabel = (text: string, to: string) => () => h(RouterLink, { to }, { default: () => text })
|
const makeLabel = (text: string, to: string) => () => h(RouterLink, { to }, { default: () => text })
|
||||||
const makeIcon = (icon: Component) => () => h(NIcon, null, { default: () => h(icon) })
|
const makeIcon = (icon: Component) => () => h(NIcon, null, { default: () => h(icon) })
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue