CPage sistemata

This commit is contained in:
Paolo Arena
2021-10-03 15:09:17 +02:00
parent d0bfd3c33f
commit df4b4825e8
7 changed files with 34 additions and 44 deletions

View File

@@ -31,7 +31,7 @@ export default defineComponent({
return getOperatorByUsername(props.username)
})
watch(showuserdetails, (value: any, old: any) => {
watch(() => showuserdetails, (value: any, old: any) => {
if (!showuserdetails.value) {
globalStore.autoplaydisc = autoplaydiscsaved.value
}