UNPKG
@vueuse/sound
Version:
latest (2.1.3)
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
🔊 A Vue composable for playing sound effects
github.com/vueuse/sound
vueuse/sound
@vueuse/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
sounds
from
'#build/sounds'
import
{ defineNuxtPlugin }
from
'#imports'
export
default
defineNuxtPlugin
(
() =>
{
return
{
provide
: { sounds, }, } })