mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
small readme edits
This commit is contained in:
@@ -12,17 +12,18 @@
|
|||||||
- +95% Test Coverage
|
- +95% Test Coverage
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
- [Demo & Docs](http://sagalbot.github.io/vue-select/)
|
- **[Demo & Docs](http://sagalbot.github.io/vue-select/)**
|
||||||
- [Live Example on JSBin](http://jsbin.com/saxaru/5/edit?html,js,output)
|
- **[Example on JSBin](http://jsbin.com/saxaru/5/edit?html,js,output)**
|
||||||
|
|
||||||
## Install / Usage
|
## Install & Basic Usage
|
||||||
|
|
||||||
**Vue Compatability**
|
#### Vue Compatability
|
||||||
Version `2.x` of vue-select is compatible with Vue `2.x`. If you are on Vue `1.x`, you will need to use `1.x` of vue-select.
|
- `vue-select ~2.0` is compatible with `vue ~2.0`
|
||||||
|
- `vue-select ~1.0` is compatible with `vue ~1.0`
|
||||||
|
|
||||||
#### NPM
|
#### NPM
|
||||||
|
|
||||||
``` bash
|
```bash
|
||||||
$ npm install vue-select
|
$ npm install vue-select
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -65,4 +66,4 @@ Vue.component('v-select', VueSelect.VueSelect);
|
|||||||
|
|
||||||
From there you can use as normal. Here's an [example on JSBin](http://jsbin.com/saxaru/5/edit?html,js,output).
|
From there you can use as normal. Here's an [example on JSBin](http://jsbin.com/saxaru/5/edit?html,js,output).
|
||||||
|
|
||||||
**For more information, please visit the [documentation](https://sagalbot.github.io/vue-select)
|
### For more information, please visit the [vue-select documentation.](https://sagalbot.github.io/vue-select)
|
||||||
|
|||||||
Reference in New Issue
Block a user