refactor: stylistic update
This commit is contained in:
parent
b05cd2e6e4
commit
5429e493ea
1 changed files with 3 additions and 1 deletions
|
|
@ -2491,7 +2491,9 @@ export default {
|
|||
if (key === "rawParams") {
|
||||
this.rawInput = true;
|
||||
this.rawParams = queries["rawParams"];
|
||||
} else if (typeof this[key] === "string") this[key] = queries[key];
|
||||
} else if (typeof this[key] === "string") {
|
||||
this[key] = queries[key];
|
||||
}
|
||||
}
|
||||
},
|
||||
observeRequestButton() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue