feat: issue 35 - generate currency when clicking key art.
This commit is contained in:
parent
484f773e8a
commit
3b54f70b15
|
@ -29,9 +29,12 @@
|
|||
</div>
|
||||
|
||||
<div class="units p-8 relative bg-gray-300">
|
||||
<div class="units-background absolute top-8 left-0 right-0"></div>
|
||||
<div
|
||||
class="units-background absolute top-8 left-0 right-0"
|
||||
></div>
|
||||
<div
|
||||
class="absolute top-0 bottom-0 left-0 right-0 flex items-center justify-center"
|
||||
@click="$store.commit('addCurrency', 1)"
|
||||
>
|
||||
<span
|
||||
class="spare-time flex flex-row items-center font-bold rounded-2xl"
|
||||
|
|
Reference in New Issue