mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
14 lines
148 B
Vue
14 lines
148 B
Vue
<template>
|
|
<v-row class="match-height">
|
|
accounts
|
|
</v-row>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
created() {
|
|
|
|
}
|
|
}
|
|
</script>
|