fixed recipe template rendering scaling issue

This commit is contained in:
vabene1111
2021-02-18 09:37:17 +01:00
parent fef6f695ce
commit 97cef449c9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template>
<span>{{ calculateAmount(number) }}</span>
<span v-html="calculateAmount(number)"></span>
</template>