kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
10 wiersze
237 B
Markdown
10 wiersze
237 B
Markdown
![]() |
# Play Button
|
||
|
|
||
|
The play button is a specialized button used in many places across the Funkwhale app. Map a function to the `@play` event handler to toggle it on click.
|
||
|
|
||
|
```vue-html
|
||
|
<fw-play-button @play="play" />
|
||
|
```
|
||
|
|
||
|
<fw-play-button />
|