Files
ezbookkeeping/src/views/desktop/TransactionsPage.vue
T
2023-06-22 21:30:18 +08:00

14 lines
152 B
Vue

<template>
<v-row class="match-height">
transactions
</v-row>
</template>
<script>
export default {
created() {
}
}
</script>