Merge branch v3.3 into master

This commit is contained in:
kevinpollet
2025-01-31 16:23:49 +01:00
63 changed files with 1660 additions and 4548 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export default function PaginationMixin (opts = {}) {
this.fetchMore()
}
},
beforeDestroy () {
beforeUnmount () {
clearInterval(this.pollingInterval)
}
}