Resolve #5995
This commit is contained in:
@ -31,6 +31,10 @@ export default (opts) => ({
|
||||
watch: {
|
||||
pagination() {
|
||||
this.init();
|
||||
},
|
||||
|
||||
queue() {
|
||||
this.$emit('queue', this.queue.length);
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user