⚗️ Prolly fixed PWA

This commit is contained in:
liyasthomas
2019-08-22 10:04:41 +05:30
parent e077546f5d
commit 1619c94062
4 changed files with 70 additions and 65 deletions

View File

@@ -75,7 +75,8 @@ const app = new Vue({
this.$refs.response.scrollIntoView({
behavior: 'smooth'
})
this.response.status = 'Loading...'
this.response.status = 'Fetching...'
this.response.body = 'Loading...'
const xhr = new XMLHttpRequest()
const user = this.auth === 'Basic' ? this.httpUser : null
const pswd = this.auth === 'Basic' ? this.httpPassword : null