We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ffabf commit d2aa19eCopy full SHA for d2aa19e
README.md
@@ -18,11 +18,11 @@
18
19
## Install & Basic Usage
20
21
-#### Vue Compatibility
+###### Vue Compatibility
22
- `vue ~2.0` use `vue-select ~2.0`
23
- `vue ~1.0` use `vue-select ~1.0`
24
25
-## NPM
+#### NPM
26
Install the package. _You should install `vue-select@1.3.3` for use with vue `~1.0`._
27
28
```bash
@@ -43,7 +43,7 @@ You may now use the component in your markup
43
<v-select v-model="selected" :options="['foo','bar']"></v-select>
44
```
45
46
-## CDN
+#### CDN
47
48
Just include `vue` & `vue-select.js` - I recommend using [unpkg](https://unpkg.com/#/).
49
0 commit comments