change html bg
This commit is contained in:
parent
1f01df9855
commit
191ddb54ab
@ -30,6 +30,7 @@ export default {
|
||||
mounted () {
|
||||
document.getElementById('app').style.backgroundColor = 'rgba(0, 0, 0, 0)'
|
||||
document.body.style.backgroundColor = 'rgba(0, 0, 0, 0)'
|
||||
document.documentElement.style.backgroundColor = 'rgba(0, 0, 0, 0)'
|
||||
this.client = axios.create({
|
||||
baseURL: apiUrl
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user