fix: canListParameters prop must return
This commit is contained in:
parent
9a4e64e13f
commit
c370ee8018
1 changed files with 1 additions and 1 deletions
|
|
@ -1547,7 +1547,7 @@ export default {
|
|||
"text/plain",
|
||||
],
|
||||
canListParameters() {
|
||||
this.contentType === "application/x-www-form-urlencoded"
|
||||
return this.contentType === "application/x-www-form-urlencoded"
|
||||
},
|
||||
uri: {
|
||||
get() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue