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