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

@@ -254,7 +254,7 @@ export default defineComponent({
*/
watch(locale, (val, oldval) => {
watch(() => locale, (val, oldval) => {
updateFormatters()
})