Initial commit
This commit is contained in:
13
types/nuxt-extensions.d.ts
vendored
Normal file
13
types/nuxt-extensions.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { NuxtApp } from '#app'
|
||||
|
||||
declare module '#app' {
|
||||
interface NuxtApp {
|
||||
$audioPrepared: () => Promise<void>
|
||||
}
|
||||
}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
interface ComponentCustomProperties {
|
||||
$audioPrepared: () => Promise<void>
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user