Resolve #5995
This commit is contained in:
parent
cef6d1d1b6
commit
804c932f60
4 changed files with 32 additions and 2 deletions
|
|
@ -31,6 +31,10 @@ export default (opts) => ({
|
|||
watch: {
|
||||
pagination() {
|
||||
this.init();
|
||||
},
|
||||
|
||||
queue() {
|
||||
this.$emit('queue', this.queue.length);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue