mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
syntax highlight docs
This commit is contained in:
@@ -10,7 +10,7 @@ Rather than bringing in jQuery just to use Select2 or Chosen, this Vue.js compon
|
|||||||
$ npm install sagalbot/vue-select
|
$ npm install sagalbot/vue-select
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```html
|
||||||
<template>
|
<template>
|
||||||
<div id="myApp">
|
<div id="myApp">
|
||||||
<v-select :value.sync="selected" :options="options"></v-select>
|
<v-select :value.sync="selected" :options="options"></v-select>
|
||||||
|
|||||||
Reference in New Issue
Block a user