mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
14 lines
152 B
Vue
14 lines
152 B
Vue
<template>
|
|
<v-row class="match-height">
|
|
transactions
|
|
</v-row>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
created() {
|
|
|
|
}
|
|
}
|
|
</script>
|