2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00
This commit is contained in:
Simone Todaro
2018-01-17 22:02:11 +00:00
parent d1de8da59f
commit 852890fe2c
+1 -1
View File
@@ -788,7 +788,7 @@
if (!option.hasOwnProperty(this.index)) { if (!option.hasOwnProperty(this.index)) {
console.warn( console.warn(
`[vue-select warn]: Index key "option.${this.index}" does not` + `[vue-select warn]: Index key "option.${this.index}" does not` +
` exist in options object ${JSON.stringify(option)}.\n`; ` exist in options object ${JSON.stringify(option)}.`
) )
} }
option = option[this.index] option = option[this.index]