Skip to content

Commit 381fdb5

Browse files
docs: use "id" in item-value of autocomplete example (#15740)
1 parent a455163 commit 381fdb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/examples/v-autocomplete/misc-cryptocurrency-selector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
hide-details
1515
hide-selected
1616
item-text="name"
17-
item-value="symbol"
17+
item-value="id"
1818
label="Search for a coin..."
1919
solo
2020
>

0 commit comments

Comments
 (0)