docs: uniform color

This commit is contained in:
chenjiahan
2020-11-30 23:00:32 +08:00
committed by neverland
parent aad0559064
commit bb18310f1b
27 changed files with 42 additions and 47 deletions
+2 -2
View File
@@ -121,7 +121,7 @@
</template>
<script>
import { GREEN } from '../../utils/constant';
import { BLUE } from '../../utils/constant';
export default {
i18n: {
@@ -235,7 +235,7 @@ export default {
this.showConfirm = false;
break;
case 'customColor':
this.color = GREEN;
this.color = BLUE;
break;
case 'customConfirm':
this.confirmText = this.t('confirmText');