update packages

This commit is contained in:
2024-02-12 12:38:59 +03:00
parent e8c9d3a2df
commit ae50d16d86
2 changed files with 14 additions and 14 deletions

View File

@@ -37,7 +37,6 @@ const cssClass = computed(() => {
'ui-btn': true,
'ui-btn-icon': props.icon
}
if (props.color) obj[props.color] = true
return obj
})