@zhangqingcq/plug-r-qw
Version:
A JS lib base on Vue and View-design, you can achieve some complex functions with simple code after install this lib.
32 lines (19 loc) • 505 B
TypeScript
/**
*Type definitions for plug-r-qw 1.3.4
* created at 20203.03.07
* @author Ricky email:zhangqingcq@foxmail.com
*/
import Vue from "vue"
export class AsyncCascader extends Vue {
valProp?: any[] | number | string
url?: string
optionVal?: string
optionLabel?: string
optionFilter?: (d: object | any[]) => any
separator?: string
onlyLastVal?: boolean
onlyLastLabel?: boolean
filterable?: boolean
placeholder?: string
disabled?: boolean
}