Skip to content

Commit

Permalink
fix: 游戏按钮图标显示不正确
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiaa12 committed Aug 2, 2023
1 parent c54d990 commit a83ef88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/components/game/PlayGame.vue
Expand Up @@ -25,7 +25,7 @@
size="36"
@click="play"
>
<img :src="isPlaying ? pause : start" />
<component :is="isPlaying ? pause : start" />
</el-icon>
</el-tooltip>
<el-tooltip
Expand All @@ -36,7 +36,7 @@
size="36"
@click="reset"
>
<img :src="restart" />
<restart />
</el-icon>
</el-tooltip>
<el-tooltip
Expand All @@ -47,7 +47,7 @@
size="36"
@click="showDialog"
>
<img :src="saveSvg" />
<saveSvg />
</el-icon>
</el-tooltip>
<div class="right">
Expand Down

0 comments on commit a83ef88

Please sign in to comment.