diff --git a/README.md b/README.md index 71ac8f4..246679c 100644 --- a/README.md +++ b/README.md @@ -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/#/). ```html - + diff --git a/docs/components/Examples.vue b/docs/components/Examples.vue index 064907a..c3208d5 100644 --- a/docs/components/Examples.vue +++ b/docs/components/Examples.vue @@ -46,7 +46,7 @@
Install from GitHub via NPM
-+npm install sagalbot/vue-select
npm install vue-select
To use the vue-select component in your templates, simply import it, and register it with your component.
<template> diff --git a/docs/md/ReactiveOptions.md b/docs/md/ReactiveOptions.md index 31de63b..0f13ab0 100644 --- a/docs/md/ReactiveOptions.md +++ b/docs/md/ReactiveOptions.md @@ -12,7 +12,7 @@ When the list of options provided by the parent changes, vue-select will react a diff --git a/package.json b/package.json index 042b69d..f37a9bd 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "main": "dist/vue-select.js", "license": "MIT", "scripts": { + "start": "npm run dev", "dev": "node build/dev-server.js", "dev:docs": "node build/dev-server.js --docs", "build": "node build/build.js", diff --git a/src/components/Select.vue b/src/components/Select.vue index f83aa54..1e7802b 100644 --- a/src/components/Select.vue +++ b/src/components/Select.vue @@ -273,7 +273,7 @@{{ getOptionLabel(option) }} -