Merge branch v2.11 into v3.3

This commit is contained in:
romain
2025-01-31 11:13:13 +01:00
16 changed files with 88 additions and 52 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export default function PaginationMixin (opts = {}) {
this.fetchMore()
}
},
beforeDestroy () {
beforeUnmount () {
clearInterval(this.pollingInterval)
}
}