UNPKG

kui-vue

Version:

A lightweight desktop UI component library suitable for Vue.js 2.

16 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> ```