Update index.js
This commit is contained in:
parent
e93381052d
commit
95e35ecd0a
1 changed files with 4 additions and 0 deletions
|
@ -352,6 +352,10 @@ const app = new Vue({
|
||||||
navigateForward() {
|
navigateForward() {
|
||||||
history.forward()
|
history.forward()
|
||||||
},
|
},
|
||||||
|
getHTMLStyle() {
|
||||||
|
document.querySelector("html").style.background = "#222";
|
||||||
|
document.querySelector("body").classList.add("notransparency")
|
||||||
|
},
|
||||||
resetState() {
|
resetState() {
|
||||||
app.selectedMediaItems = [];
|
app.selectedMediaItems = [];
|
||||||
for (let key in app.modals) {
|
for (let key in app.modals) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue