fixed the issue of missing cleanup function in the AudioBtn component (#3133)

This commit is contained in:
legao
2024-04-09 07:10:58 +00:00
committed by GitHub
parent 269432a5e6
commit 29918c498c
4 changed files with 67 additions and 48 deletions

View File

@@ -9,6 +9,7 @@ const translation = {
play: 'Play',
pause: 'Pause',
playing: 'Playing',
loading: 'Loading',
merMaind: {
rerender: 'Redo Rerender',
},