its working

This commit is contained in:
vabene1111
2021-01-13 01:14:03 +01:00
parent 0eebd438ca
commit ee130f9077
3 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,6 @@
<template>
<p>{{ calculateAmount(number) }}</p>
<span>{{ calculateAmount(number) }}</span>
</template>
<script>