# vueUi **Repository Path**: 728/vueUi ## Basic Information - **Project Name**: vueUi - **Description**: 自定义vue组件库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-ui-gy #### 描述 vue的ui组件 #### 使用方法 1. npm install vueuigy 2. import gyui from 'vueuigy' 3. Vue.use(gyui) #### 包含组件 1. 2. #### 组件api com-toast 1. :toast=Obj 对象包含title:标题名字 cancelText:取消按钮文字 confirmText:确认按钮文字 showCancel:是够显示取消按钮 v-on:cancelModal=Fun 取消事件 v-on:confirmModal=Fun 确认事件 2. com-input :inputCount input框个数 v-on:inputBlurFocus=Fun 聚焦事件 v-on:inputFun =Fun 输入事件