2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +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)) {
console.warn(
`[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]