mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-14 18:11:48 +08:00
7 lines
173 B
Vue
7 lines
173 B
Vue
<template>
|
|
<el-row>
|
|
<el-button color="#626aef" style="color: white">Cutsom</el-button>
|
|
<el-button color="#626aef" plain>Cutsom</el-button>
|
|
</el-row>
|
|
</template>
|