2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52:23 +03:00

- add docs script to serve docs

- WIP updates to docs
- add vuejs theme
This commit is contained in:
Jeff
2017-10-01 13:22:50 -07:00
parent 365a5ee26d
commit 018f3f7697
23 changed files with 649 additions and 126 deletions
+19
View File
@@ -0,0 +1,19 @@
- [HTML5 Validation](#validation)
- [Vuex](#vuex)
- [AJAX](#ajax)
- [Dependent vSelects](#dependent)
- [Custom Component with Mixins](#customComponent)
## HTML5 Validation {#validation}
## Vuex {#vuex}
[](codepen://sagalbot/aJQJyp?height=500&theme=0)
## AJAX {#ajax}
## Dependent vSelects {#dependent}
## Custom Component with Mixins {#customComponent}