chore: 删除v console.log #96
This commit is contained in:
@@ -153,7 +153,6 @@ watch(backgroundImageValue, (val) => {
|
||||
globalConfig.setBackground(val)
|
||||
})
|
||||
watch(currentFontValue, (val) => {
|
||||
console.log('currentFontValue', val)
|
||||
globalConfig.setFont(val)
|
||||
document.documentElement.style.setProperty('--app-font-family', `"${val}", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif`)
|
||||
}, { immediate: true })
|
||||
|
||||
Reference in New Issue
Block a user