We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffd116 commit 732b587Copy full SHA for 732b587
template/src/views/Plant.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div class="plant-view">
3
<h1 v-html="$t('plant.title')"></h1>
4
- <p>{{ seedNumber }} <span v-if="seedNumber <= 1" v-html="$t('plant.seedText')"></span><span v-else v-html="$t('plant.seedsText')"></span></p>
+ <p>\{{ seedNumber }} <span v-if="seedNumber <= 1" v-html="$t('plant.seedText')"></span><span v-else v-html="$t('plant.seedsText')"></span></p>
5
<button @click='plant' :disabled="seedNumber <= minSeed">-</button>
6
<button @click='pullUp' :disabled="seedNumber >= maxSeed">+</button>
7
</div>
0 commit comments