UNPKG

kui-vue

Version:

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

14 lines (12 loc) 210 B
<cn> ### 加载中 标识开关操作仍在执行中。 </cn> ```vue <template> <Space vertical> <KSwitch loading :value="true" /> <KSwitch loading checked size="small" /> </Space> </template> ```