File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 12
12
- +95% Test Coverage
13
13
14
14
## Documentation
15
- - [ Demo & Docs] ( http://sagalbot.github.io/vue-select/ )
16
- - [ Live Example on JSBin] ( http://jsbin.com/saxaru/5/edit?html,js,output )
15
+ - ** [ Demo & Docs] ( http://sagalbot.github.io/vue-select/ ) **
16
+ - ** [ Example on JSBin] ( http://jsbin.com/saxaru/5/edit?html,js,output ) **
17
17
18
- ## Install / Usage
18
+ ## Install & Basic Usage
19
19
20
- ** Vue Compatability**
21
- 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.
20
+ #### Vue Compatability
21
+ - ` vue-select ~2.0 ` is compatible with ` vue ~2.0 `
22
+ - ` vue-select ~1.0 ` is compatible with ` vue ~1.0 `
22
23
23
24
#### NPM
24
25
25
- ``` bash
26
+ ``` bash
26
27
$ npm install vue-select
27
28
```
28
29
@@ -65,4 +66,4 @@ Vue.component('v-select', VueSelect.VueSelect);
65
66
66
67
From there you can use as normal. Here's an [ example on JSBin] ( http://jsbin.com/saxaru/5/edit?html,js,output ) .
67
68
68
- ** For more information, please visit the [ documentation] ( https://sagalbot.github.io/vue-select )
69
+ ### For more information, please visit the [ vue-select documentation. ] ( https://sagalbot.github.io/vue-select )
You can’t perform that action at this time.
0 commit comments