chore: upgrade to nuxt v3.4.3 (#2046)

This commit is contained in:
Daniel Roe 2023-05-02 10:48:33 +01:00 committed by GitHub
parent 835269fa1d
commit 0a98c5f13d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1419 additions and 1407 deletions

View file

@ -262,7 +262,7 @@ declare global {
}
}
declare module 'nuxt/dist/app' {
declare module '#app' {
interface RuntimeNuxtHooks {
'elk-logo:click': () => void
}