cat list: update cat info periodically
This commit is contained in:
@ -331,6 +331,10 @@ export default {
|
|||||||
mounted: function() {
|
mounted: function() {
|
||||||
this.loadMyCatalogs()
|
this.loadMyCatalogs()
|
||||||
this.loadPublicCatalogs()
|
this.loadPublicCatalogs()
|
||||||
|
this.interval = setInterval(() => {
|
||||||
|
this.loadMyCatalogs()
|
||||||
|
this.loadPublicCatalogs()
|
||||||
|
}, 10000)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user