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