回答編集履歴
2
typoの修正
test
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
item-text="name"
|
46
46
|
|
47
|
-
:item
|
47
|
+
:items="todos">
|
48
48
|
|
49
49
|
</v-select>
|
50
50
|
|
1
リンクと引用の修正
test
CHANGED
@@ -1,4 +1,10 @@
|
|
1
|
-
公式ドキュメントに
|
1
|
+
[公式ドキュメント](https://vuetifyjs.com/en/components/selects/#api)に
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
> When using objects for the items prop, you must associate item-text and item-value with existing properties on your objects. These values are defaulted to text and value and can be changed.
|
6
|
+
|
7
|
+
|
2
8
|
|
3
9
|
> itemsにオブジェクトを用いる場合には`item-text`と`item-value`をオブジェクト内のプロパティに関連付ける必要があります。デフォルトでは`text`と`value`となっており、これらは変更可能です。
|
4
10
|
|