2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

Add push-tags prop to example snippet (#1024)

This commit is contained in:
andreas
2019-12-10 07:33:08 +02:00
committed by Jeff Sagal
parent 3f5872c3fc
commit d6f0557449
+1 -1
View File
@@ -127,7 +127,7 @@ To allow input that's not present within the options, set the `taggable` prop to
If you want added tags to be pushed to the options array, set `push-tags` to true. If you want added tags to be pushed to the options array, set `push-tags` to true.
```html ```html
<v-select taggable multiple /> <v-select taggable multiple push-tags />
``` ```
<v-select taggable multiple push-tags /> <v-select taggable multiple push-tags />