Fix warning color in logs

This commit is contained in:
CzBiX
2020-12-08 22:13:34 +08:00
parent b5e7e02149
commit b5445c0722

View File

@@ -63,7 +63,7 @@ import { Prop, Emit } from 'vue-property-decorator';
const map: any = {
1: null,
2: 'info--text',
4: 'warn--text',
4: 'warning--text',
8: 'error--text',
};
return map[type];