Merging remote master into local

This commit is contained in:
Matthew Raymer
2023-06-27 19:06:25 +08:00
25 changed files with 956 additions and 146 deletions

View File

@@ -31,6 +31,7 @@ export default class InfiniteScroll extends Vue {
}
}
// 'beforeUnmount' hook runs before unmounting the component
beforeUnmount() {
if (this.observer) {
this.observer.disconnect();