feat: refetch home page when click elk logo (#1129)
This commit is contained in:
parent
b62fd01057
commit
bd77d467c3
3 changed files with 21 additions and 3 deletions
|
@ -211,3 +211,9 @@ declare global {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
declare module 'nuxt/dist/app' {
|
||||
interface RuntimeNuxtHooks {
|
||||
'elk-logo:click': () => void
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue