feat(expense): display the expenses

This commit is contained in:
2021-11-26 01:50:45 +01:00
parent e332d6ab12
commit b0aa4ad301
4 changed files with 70 additions and 3 deletions

View File

@@ -11,4 +11,12 @@ export default {
</script>
<style>
.float-left {
float: left;
}
.float-right {
float: right;
}
</style>