mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
Fix typo
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user