From 496ad686a2a3cb0f2514425769dfe5acf6552892 Mon Sep 17 00:00:00 2001 From: Leopoldthecoder Date: Mon, 13 Nov 2017 17:19:50 +0800 Subject: [PATCH] update es Select doc --- examples/docs/es/select.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/examples/docs/es/select.md b/examples/docs/es/select.md index 79e85c45b..22b6fa135 100644 --- a/examples/docs/es/select.md +++ b/examples/docs/es/select.md @@ -101,6 +101,7 @@ value8: '', value9: [], value10: [], + value11: [], loading: false, states: ["Alabama", "Alaska", "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "Delaware", "Florida", "Georgia", "Hawaii", "Idaho", "Illinois", "Indiana", "Iowa", "Kansas", "Kentucky", "Louisiana", "Maine", "Maryland", "Massachusetts", "Michigan", "Minnesota", "Mississippi", "Missouri", "Montana", "Nebraska", "Nevada", "New Hampshire", "New Jersey", "New Mexico", "New York", "North Carolina", "North Dakota", "Ohio", "Oklahoma", "Oregon", "Pennsylvania", "Rhode Island", "South Carolina", "South Dakota", "Tennessee", "Texas", "Utah", "Vermont", "Virginia", "Washington", "West Virginia", "Wisconsin", "Wyoming"] }; @@ -320,7 +321,7 @@ You can clear Select using a clear icon. Multiple select uses tags to display selected options. -:::demo Set `multiple` attribute for `el-select` to enable multiple mode. In this case, the value of `v-model` will be an array of selected options. +:::demo Set `multiple` attribute for `el-select` to enable multiple mode. In this case, the value of `v-model` will be an array of selected options. By default the selected options will be displayed as Tags. You can collapse them to a text by using `collapse-tags` attribute. ```html