Skip to content

Commit 852890f

Browse files
author
Simone Todaro
committed
Fix typo
1 parent d1de8da commit 852890f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@
788788
if (!option.hasOwnProperty(this.index)) {
789789
console.warn(
790790
`[vue-select warn]: Index key "option.${this.index}" does not` +
791-
` exist in options object ${JSON.stringify(option)}.\n`;
791+
` exist in options object ${JSON.stringify(option)}.`
792792
)
793793
}
794794
option = option[this.index]

0 commit comments

Comments
 (0)