vue-select下载 - vue select组件支持筛选/搜索、Vuex、AJAX、SSR
3237 2020-03-10 JavaScript MIT 官方网站
vue select组件,支持筛选/搜索、Vuex、AJAX、SSR、单个/多个选项,不依赖其他库。
3237 2020-03-10 JavaScript MIT 官方网站
vue select组件,支持筛选/搜索、Vuex、AJAX、SSR、单个/多个选项,不依赖其他库。
v3.0.1.zip(v3.0.1) 下载
v3.0.0.zip(v3.0.0) 下载
v2.6.4.zip(v2.6.4) 下载
v3.0.2.zip(v3.0.2) 下载
v3.3.0.zip(v3.3.0) 下载
v3.2.0.zip(v3.2.0) 下载
v3.4.0.zip(v3.4.0) 下载
v3.1.0.zip(v3.1.0) 下载
v2.6.2.zip(v2.6.2) 下载
v2.6.3.zip(v2.6.3) 下载
v3.7.2.zip(v3.7.2) 下载
v3.7.1.zip(v3.7.1) 下载
v3.7.0.zip(v3.7.0) 下载
v3.8.0.zip(v3.8.0) 下载
Everything you wish the HTML
<select>
element could do, wrapped up into a lightweight, zero dependency, extensible Vue component.
Tagging
Filtering / Searching
Vuex Support
AJAX Support
SSR Support
~20kb Total / ~5kb CSS / ~15kb JS
Select Single/Multiple Options
Customizable with slots and SCSS variables
Tested with Bootstrap 3/4, Bulma, Foundation
+95% Test Coverage
Zero dependencies
Complete documentation and examples available at https://vue-select.org.
$ npm install vue-select
Register the component
import Vue from 'vue'
import vSelect from 'vue-select'
Vue.component('v-select', vSelect)
You may now use the component in your markup
<v-select v-model="selected" :options="['Vue.js','React']"></v-select>
You can also include vue-select directly in the browser. Check out thedocumentation for loading from CDN..