added immersive fullscreen experiment
This commit is contained in:
parent
c568bdd26a
commit
b6a730e202
7 changed files with 232 additions and 2 deletions
|
@ -333,6 +333,9 @@
|
|||
},
|
||||
methods: {
|
||||
minClass(val) {
|
||||
if(app.appMode == 'fullscreen') {
|
||||
return
|
||||
}
|
||||
if (val) {
|
||||
this.classes = ["plmin"]
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue