We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9282e76 + b76256c commit ced0744Copy full SHA for ced0744
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ticket-calc",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Simple ticket calculator",
5
"author": "Julien Tardot <[email protected]>",
6
"license": "MIT",
src/views/Calc.vue
@@ -46,7 +46,7 @@
46
<span class="input-value result-value">{{ ticketTotal | fixed2 }}</span>
47
</div>
48
49
- <div class="f-row my-2" :class="{invisible: !target}">
+ <div class="f-row my-2" :class="{'invisible': !target}">
50
<span class="col-start">
51
{{ balanceLabel }}
52
</span>
0 commit comments