Updated riso.app with Site Configuration Parameter
This commit is contained in:
@@ -36,7 +36,7 @@ export default {
|
||||
const site = computed(() => globalStore.site)
|
||||
|
||||
watch(() => finishLoading.value, (newval: boolean, oldval: boolean) => {
|
||||
console.log('watch finished', newval)
|
||||
// console.log('watch finished', newval)
|
||||
if (newval) {
|
||||
tools.updateFonts()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user