mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-24 19:00:31 +08:00
Fix warning color in logs
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user