chore: improve formatting
This commit is contained in:
parent
1b06b3c424
commit
b0156b5df3
@ -100,10 +100,8 @@ function setSelected(el: HTMLSelectElement, value: any) {
|
||||
if (isMultiple && !isArray(value)) {
|
||||
__DEV__ &&
|
||||
warn(
|
||||
`<select multiple v-model> ` +
|
||||
`expects an Array value for its binding, but got ${Object.prototype.toString
|
||||
.call(value)
|
||||
.slice(8, -1)}`
|
||||
`<select multiple v-model> expects an Array value for its binding, ` +
|
||||
`but got ${Object.prototype.toString.call(value).slice(8, -1)}`
|
||||
)
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user