mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
migration: vue3 WATCH_ARRAY
This commit is contained in:
parent
27a6f90cf7
commit
2a5bbb594d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export default {
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
if (this.autoScroll) {
|
if (this.autoScroll) {
|
||||||
this.$watch('messages', this.scrollToEnd)
|
this.$watch('messages', this.scrollToEnd, { deep: true })
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue