diff --git a/src/App.vue b/src/App.vue index 9357a5f..9e2d838 100644 --- a/src/App.vue +++ b/src/App.vue @@ -84,6 +84,7 @@ {{ getPlayerName(winner) }}胜利!
第 {{ moveCount }} 手获胜

+

diff --git a/src/components/GameStatistics.vue b/src/components/GameStatistics.vue new file mode 100644 index 0000000..996135b --- /dev/null +++ b/src/components/GameStatistics.vue @@ -0,0 +1,235 @@ + + + + +