mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix(files): Add declaration for $navigation
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
7c79521cbe
commit
f92865e2a2
1 changed files with 7 additions and 0 deletions
7
apps/files/src/vue.d.ts
vendored
Normal file
7
apps/files/src/vue.d.ts
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import type { Navigation } from '@nextcloud/files'
|
||||
|
||||
declare module 'vue/types/vue' {
|
||||
interface Vue {
|
||||
$navigation: Navigation
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue