Skip to content

Commit d49bfb9

Browse files
committed
Update README.md
1 parent fed9a0a commit d49bfb9

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ customizable.
1010

1111
This package currently works with Vue 2 versions only.
1212

13+
## Demo
14+
See the demo: https://invisiburu.github.io/vue-picker/
15+
See the demo sources in [demo/](demo/)
16+
1317
## The Problem
1418
When you think about a custom selector, you usually come to provide the
1519
options as an array. For sure, it resolves some reactivity issues by default
@@ -28,23 +32,12 @@ but a bit milder.
2832

2933
`VuePicker` resolves all of these issues.
3034

31-
## TypeScript support
35+
## TypeScript
3236
Currently, `VuePicker` comes with no TS declarations because of the poor TS
3337
support within Vue infrastructure. Please contact me or craft an issue if you
3438
think the times have changed or you have any other arguments of introducing
3539
TypeScript to the package. Also, you're welcome to contribute.
3640

37-
## Issues
38-
In case of a bug or a suggestion, please report on the [Issues page](https://github.com/invisiburu/vue-picker/issues)
39-
or contact me by email.
40-
41-
## Changelog
42-
Check the changes in [CHANGELOG.md](CHANGELOG.md)
43-
44-
## Demo
45-
See the demo: https://invisiburu.github.io/vue-picker/
46-
See the demo sources in [demo/](demo/)
47-
4841
## Installation
4942
### Using unpkg:
5043
```html
@@ -206,6 +199,12 @@ slot.
206199
Mostly the same as `text` param of the `opener` slot but does not respect
207200
`placeholder` attr of the picker.
208201

202+
## Issues
203+
In case of a bug or a suggestion, please report on the [Issues page](https://github.com/invisiburu/vue-picker/issues)
204+
or contact me by email.
205+
206+
## Changelog
207+
Check the changes in [CHANGELOG.md](CHANGELOG.md)
209208

210209
## TODO
211210
- JSDoc generated docs

0 commit comments

Comments
 (0)