mirror of
https://github.com/nextcloud/server.git
synced 2026-03-18 08:34:10 -04:00
fix(files): Make navigation reactive again
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
1bc8b20de1
commit
7d002dbdba
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ Vue.use(PiniaVuePlugin)
|
|||
const pinia = createPinia()
|
||||
|
||||
// Init Navigation Service
|
||||
const Navigation = new NavigationService()
|
||||
const Navigation = Vue.observable(new NavigationService())
|
||||
Object.assign(window.OCP.Files, { Navigation })
|
||||
Vue.prototype.$navigation = Navigation
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue