mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
fixes #286
This commit is contained in:
@@ -51,7 +51,7 @@ You may now use the component in your markup
|
|||||||
Just include `vue` & `vue-select.js` - I recommend using [unpkg](https://unpkg.com/#/).
|
Just include `vue` & `vue-select.js` - I recommend using [unpkg](https://unpkg.com/#/).
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script scr="https://unpkg.com/vue@latest"></script>
|
<script src="https://unpkg.com/vue@latest"></script>
|
||||||
<!-- use the latest release -->
|
<!-- use the latest release -->
|
||||||
<script src="https://unpkg.com/vue-select@latest"></script>
|
<script src="https://unpkg.com/vue-select@latest"></script>
|
||||||
<!-- or point to a specific release -->
|
<!-- or point to a specific release -->
|
||||||
|
|||||||
Reference in New Issue
Block a user