Files

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>