fix(locale): improve Indonesian (Bahasa) translations and fix typo (#4476)

This commit is contained in:
muhammadcahya
2021-11-22 23:19:51 +07:00
committed by GitHub
parent 8fe4f1e65e
commit 44cd5d243f
2 changed files with 9 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<template>
<el-row>
<el-button color="#626aef" style="color: white">Cutsom</el-button>
<el-button color="#626aef" plain>Cutsom</el-button>
<el-button color="#626aef" style="color: white">Custom</el-button>
<el-button color="#626aef" plain>Custom</el-button>
</el-row>
</template>