hide instance url/link/text in header using hideSitename option
This commit is contained in:
parent
abb6747f43
commit
d0c78989aa
8 changed files with 10 additions and 1 deletions
|
@ -33,6 +33,9 @@ const SideDrawer = {
|
|||
logo () {
|
||||
return this.$store.state.instance.logo
|
||||
},
|
||||
hideSitename () {
|
||||
return this.$store.state.instance.hideSitename
|
||||
},
|
||||
sitename () {
|
||||
return this.$store.state.instance.name
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue