This commit is contained in:
syuilo
2020-02-19 04:08:35 +09:00
parent cef6d1d1b6
commit 804c932f60
4 changed files with 32 additions and 2 deletions

View File

@ -31,6 +31,10 @@ export default (opts) => ({
watch: {
pagination() {
this.init();
},
queue() {
this.$emit('queue', this.queue.length);
}
},