🐛 fix: bug fixed
This commit is contained in:
parent
e4670e3d18
commit
c428700989
|
@ -15,7 +15,7 @@ const iconClass = computed(() => {
|
||||||
switch (props.type) {
|
switch (props.type) {
|
||||||
case 'alert': return 'ri-spam-fill';
|
case 'alert': return 'ri-spam-fill';
|
||||||
case 'warning' : return 'ri-alert-fill';
|
case 'warning' : return 'ri-alert-fill';
|
||||||
case 'success' : return 'var(--text-default-success)';
|
case 'success' : return 'ri-checkbox-circle-fill';
|
||||||
case 'info': return 'ri-information-fill';
|
case 'info': return 'ri-information-fill';
|
||||||
default:
|
default:
|
||||||
return undefined;
|
return undefined;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user