2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-26 04:34:04 +03:00

- add include-csv plugin

- adjust default codepen theme
- update github edit base
- doc content overhaul up to localization
This commit is contained in:
Jeff
2018-01-14 20:12:26 -08:00
parent b862761cbf
commit 7e859dca18
14 changed files with 108 additions and 287 deletions
+4
View File
@@ -6,6 +6,8 @@ The most common use case for `vue-select` is to have the chosen value synced wit
<v-select v-model="selected"></v-select>
```
[](codepen://sagalbot/Kqxbjw?height=250)
If you don't require the `value` to be synced, you can also pass the prop directly:
```html
@@ -21,3 +23,5 @@ By default, `vue-select` supports choosing a single value. If you need multiple
```html
<v-select multiple v-model="selected"></v-select>
```
[](codepen://sagalbot/opMGro?height=250)