UNPKG

kui-vue

Version:

A high quality UI Toolkit built on Vue.js 2.0

15 lines (14 loc) 294 B
<cn> #### 基本用法 通过 `type` 来控制展示类型 </cn> ```vue <template> <div> <Alert type="success">Success Text</Alert> <Alert type="info">Info Text</Alert> <Alert type="warning">Warning Text</Alert> <Alert type="error">Error Text</Alert> </div> </template> ```