forked from platypush/platypush
[UI] Refresh the loaded panel when the URL fragment changes.
This commit is contained in:
parent
6289eb47ab
commit
0c54c8f885
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ export default {
|
||||||
await this.parseConfig()
|
await this.parseConfig()
|
||||||
this.initPanels()
|
this.initPanels()
|
||||||
this.initSelectedPanel()
|
this.initSelectedPanel()
|
||||||
|
this.$watch('$route.hash', this.initSelectedPanel)
|
||||||
} finally {
|
} finally {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue