Spelling correction
This commit is contained in:
parent
a696c33bca
commit
19a57e8ecf
1 changed files with 2 additions and 2 deletions
|
|
@ -532,7 +532,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
setRouteQuerieState () {
|
||||
setRouteQueryState () {
|
||||
const flat = key => this[key] !== '' ? `${key}=${this[key]}&` : ''
|
||||
const deep = key => {
|
||||
const haveItems = [...this[key]].length
|
||||
|
|
@ -582,7 +582,7 @@
|
|||
vm.bodyParams,
|
||||
vm.contentType
|
||||
], val => {
|
||||
this.setRouteQuerieState()
|
||||
this.setRouteQueryState()
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue