mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
taggable demo
This commit is contained in:
+2
-1
@@ -128,6 +128,7 @@
|
|||||||
|
|
||||||
<v-select
|
<v-select
|
||||||
id="v-select"
|
id="v-select"
|
||||||
|
taggable
|
||||||
:placeholder="placeholder"
|
:placeholder="placeholder"
|
||||||
:value="selected"
|
:value="selected"
|
||||||
:options="options"
|
:options="options"
|
||||||
@@ -170,7 +171,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script type="text/babel">
|
||||||
import Install from './components/Install.vue'
|
import Install from './components/Install.vue'
|
||||||
import Params from './components/Params.vue'
|
import Params from './components/Params.vue'
|
||||||
import vSelect from './components/Select.vue'
|
import vSelect from './components/Select.vue'
|
||||||
|
|||||||
Reference in New Issue
Block a user