1.0.6 • Published 6 years ago

h-select v1.0.6

Weekly downloads
22
License
-
Repository
-
Last release
6 years ago

h-select

远程搜索下拉框

安装

npm install h-select --dev-save

引入

improt HSelect from 'h-select'
Vue.use(HSelect)

使用方式

<h-select 
  :model="value" 
  action="/api/options1" 
  @change="onChange">
</h-select>

属性

  • model 输入框中的值
  • action 下拉选项列表的异步请求地址
  • placeholder 占位符

事件

  • change 选中值发生变化时触发,回调参数为目前的选中值
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago