Skip to content

Commit a88d827

Browse files
authored
Merge pull request sagalbot#428 from sagalbot/maintenance/doc-fixes
bump readme, fix null anchor
2 parents cbec6f0 + 3cb698e commit a88d827

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

docs/gitbook/Basics/Options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ If you wanted to display `Canada` in the dropdown, you'd use the `countryName` k
3333

3434
[](codepen://sagalbot/aEjLPB?height=500)
3535

36-
### Null / Empty Options {#emptyOptions}
36+
### Null / Empty Options {#null}
3737

3838
`vue-select` requires the `option` property to be an `array`. If you are using Vue in development mode, you will get warnings attempting to pass anything other than an `array` to the `options` prop. If you need a `null`/`empty` value, use an empty array `[]`.

docs/gitbook/README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# vue-select [![Build Status](https://travis-ci.org/sagalbot/vue-select.svg?branch=master)](https://travis-ci.org/sagalbot/vue-select) [![Code Score](https://img.shields.io/codeclimate/github/sagalbot/vue-select.svg?style=flat-square)](https://lima.codeclimate.com/github/sagalbot/vue-select) [![Code Coverage](https://img.shields.io/codeclimate/coverage/github/sagalbot/vue-select.svg?style=flat-square)](https://codeclimate.com/github/sagalbot/vue-select) [![No Dependencies](https://img.shields.io/gemnasium/sagalbot/vue-select.svg?style=flat-square)](https://gemnasium.com/github.com/sagalbot/vue-select) ![MIT License](https://img.shields.io/github/license/sagalbot/vue-select.svg?style=flat-square) ![Current Release](https://img.shields.io/github/release/sagalbot/vue-select.svg?style=flat-square)
1+
# vue-select
2+
3+
![Build Status](https://travis-ci.org/sagalbot/vue-select.svg?branch=master)
4+
![Monthly Downloads](https://img.shields.io/npm/dm/vue-select.svg?style=flat-square)
5+
![Maintainability Score](https://img.shields.io/codeclimate/maintainability/sagalbot/vue-select.svg?style=flat-square)
6+
![No Dependencies](https://img.shields.io/gemnasium/sagalbot/vue-select.svg?style=flat-square)
7+
![MIT License](https://img.shields.io/github/license/sagalbot/vue-select.svg?style=flat-square)
8+
![Current Release](https://img.shields.io/github/release/sagalbot/vue-select.svg?style=flat-square)
29

310
> A Vue.js select component that provides similar functionality to Select2 without the overhead of jQuery.
411
@@ -13,14 +20,6 @@
1320
- ~33kb minified with CSS
1421
- Zero dependencies
1522

16-
## Documentation
17-
- **[Demo & Docs](http://sagalbot.github.io/vue-select/)**
18-
- **[Example on JSBin](http://jsbin.com/saxaru/8/edit?html,js,output)**
23+
#### Resources
1924
- **[CodePen Template](http://codepen.io/sagalbot/pen/NpwrQO)**
20-
- **[Trello Roadmap](https://trello.com/b/vWvITNzS/vue-select)**
21-
22-
## Install
23-
24-
###### Vue Compatibility
25-
- `vue ~2.0` use `vue-select ~2.0`
26-
- `vue ~1.0` use `vue-select ~1.0`
25+
- **[Trello Roadmap](https://trello.com/b/vWvITNzS/vue-select)**

0 commit comments

Comments
 (0)