UNPKG

@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.

20 lines (13 loc) 284 B
/** *Type definitions for plug-r-qw 1.3.4 * created at 20203.03.03 * @author Ricky email:zhangqingcq@foxmail.com */ import Vue from "vue" export class IconTxtBtn extends Vue{ name?:string icon:string size?:number disabled?:boolean has?:string }