fix
This commit is contained in:
@@ -41,8 +41,8 @@ const props = defineProps({
|
||||
})
|
||||
|
||||
const balanceClass = computed(() => ({
|
||||
'positive': props.balance >= 0,
|
||||
'negative': props.balance < 0
|
||||
positive: props.balance >= 0,
|
||||
negative: props.balance < 0
|
||||
}))
|
||||
</script>
|
||||
|
||||
@@ -90,4 +90,4 @@ const balanceClass = computed(() => ({
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user