@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.
24 lines (15 loc) • 380 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 AlCascaderMcD extends Vue {
value?: string | number | any[]
level?: number | string
disabled: boolean
transfer: boolean
filterable: boolean
separator: string
placeholder: string
}