vue-select
Version:
A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.
21 lines (18 loc) • 556 B
Markdown
# Summary
- Getting Started
- [Installation](Install.md)
- [Dropdown Options](Basics/Options.md)
- [Option Labels](Basics/Options.md#labels)
- [Null Options](Basics/Options.md#null)
- [Selecting Values](Basics/Values.md#values)
- [Single](Basics/Values.md#single)
- [Multiple](Basics/Values.md#multiple)
- [Tagging](Basics/Values.md#tagging)
- [Localization](Basics/Localization.md)
- Digging Deeper
- [Templating](Advanced/Templating.md)
- [Vuex](Advanced/Vuex.md)
- [AJAX](Advanced/Ajax.md)
- [Examples](Examples.md)
- API
- [Props](Api/Props.md)