UNPKG
@raffaelesgarro/vue-use-sound
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
🔊 A Vue composable for playing sound effects
github.com/vueuse/sound
vueuse/sound
@raffaelesgarro/vue-use-sound
/
dist
/
runtime
/
plugins
/
sounds.ts
11 lines
(9 loc)
•
174 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ defineNuxtPlugin }
from
'#imports'
import
sounds
from
'#build/sounds'
export
default
defineNuxtPlugin
(
() =>
{
return
{
provide
: { sounds, }, } })