mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 20:58:22 +08:00
7 lines
173 B
Vue
7 lines
173 B
Vue
<template>
|
|
<el-row>
|
|
<el-button color="#626aef" style="color: white">Custom</el-button>
|
|
<el-button color="#626aef" plain>Custom</el-button>
|
|
</el-row>
|
|
</template>
|