Commit 9a2356b3 authored by xiaoye's avatar xiaoye

Update tournament.vue

parent 60951143
...@@ -635,7 +635,7 @@ ...@@ -635,7 +635,7 @@
emitter.off(Const.showTournament, loading); emitter.off(Const.showTournament, loading);
}); });
watch(() => { return match.round; }, async () : Promise<void> => { watch(() => { return match.round; }, () : void => {
match.page = 1; match.page = 1;
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment