更新记录
1.0.0(2024-10-10)
下载此版本
首次上传
平台兼容性
uni-app
Vue2 |
Vue3 |
Chrome |
Safari |
app-vue |
app-nvue |
Android |
iOS |
鸿蒙 |
√ |
√ |
√ |
√ |
√ |
- |
- |
- |
- |
微信小程序 |
支付宝小程序 |
抖音小程序 |
百度小程序 |
快手小程序 |
京东小程序 |
鸿蒙元服务 |
QQ小程序 |
飞书小程序 |
快应用-华为 |
快应用-联盟 |
3.7.13 |
3.7.13 |
3.7.13 |
3.7.13 |
3.7.13 |
3.7.13 |
- |
3.7.13 |
3.7.13 |
3.7.13 |
3.7.13 |
其他
Getting Started
在需要的位置引入组件
import customSelect from '@components/xk-custom-select/index.vue'
<custom-select :options="busList" v-model="busbrandNo" placeholder="车牌号" @change="change" @clear="clearBusbrandNo"></custom-select>
//自定义展示的数据筛选部分
const busList = ref([{label:'车1', value: '苏A123456'}])
const busbrandNo = ref('')
// 事件
change 选择回调事件