chore: bump and patch dependencies to augment vue (#2918)

This commit is contained in:
Daniel Roe 2024-08-16 14:31:43 +01:00 committed by GitHub
parent bdf5a18b4d
commit 335ae78a67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1303 additions and 1075 deletions

View file

@ -19,7 +19,7 @@ declare module '#app' {
}
}
declare module '@vue/runtime-core' {
declare module 'vue' {
interface ComponentCustomProperties {
$pwa?: UnwrapNestedRefs<PwaInjection>
}