@@ -10,6 +10,10 @@ customizable.
1010
1111This 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
1418When you think about a custom selector, you usually come to provide the
1519options 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
3236Currently, ` VuePicker ` comes with no TS declarations because of the poor TS
3337support within Vue infrastructure. Please contact me or craft an issue if you
3438think the times have changed or you have any other arguments of introducing
3539TypeScript 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