there's like something on the page...
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<template>
|
||||
<div class="component">
|
||||
<h1>transactionspage</h1>
|
||||
|
||||
<div class="flex mt-6 md:mx-40 flex-col">
|
||||
<h1>Transactions Container</h1>
|
||||
<Transaction v-for="t in 10" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user