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