mirror of https://github.com/Kylart/KawAnime.git
Now hiding layout automatically
This commit is contained in:
parent
55216ac8f8
commit
60f3f87089
|
@ -49,6 +49,10 @@ export default {
|
|||
buffered: []
|
||||
}),
|
||||
|
||||
mounted () {
|
||||
setTimeout(this.hide, 1500)
|
||||
},
|
||||
|
||||
computed: {
|
||||
controls () {
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue