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

readme formatting

This commit is contained in:
Jeff Sagal
2017-02-04 20:08:41 -08:00
parent 37ffabf25e
commit d2aa19ee2c
+3 -3
View File
@@ -18,11 +18,11 @@
## Install & Basic Usage
#### Vue Compatibility
###### Vue Compatibility
- `vue ~2.0` use `vue-select ~2.0`
- `vue ~1.0` use `vue-select ~1.0`
## NPM
#### NPM
Install the package. _You should install `vue-select@1.3.3` for use with vue `~1.0`._
```bash
@@ -43,7 +43,7 @@ You may now use the component in your markup
<v-select v-model="selected" :options="['foo','bar']"></v-select>
```
## CDN
#### CDN
Just include `vue` & `vue-select.js` - I recommend using [unpkg](https://unpkg.com/#/).