mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
4 lines
87 B
Vue
4 lines
87 B
Vue
|
<template>
|
||
|
<el-button type="primary" :loading="true">Loading</el-button>
|
||
|
</template>
|