+
@@ -27,7 +12,9 @@
size="lg"
@change="updateRadioSelected(beforeLastMonth, 0, creation[0])"
>
- {{ beforeLastMonth.short }} {{ creation[0] != null ? creation[0] + ' GDD' : '' }}
+
@@ -38,7 +25,9 @@
size="lg"
@change="updateRadioSelected(lastMonth, 1, creation[1])"
>
- {{ lastMonth.short }} {{ creation[1] != null ? creation[1] + ' GDD' : '' }}
+
@@ -49,7 +38,9 @@
size="lg"
@change="updateRadioSelected(currentMonth, 2, creation[2])"
>
- {{ currentMonth.short }} {{ creation[2] != null ? creation[2] + ' GDD' : '' }}
+
@@ -73,7 +64,6 @@
:min="rangeMin"
:max="rangeMax"
step="10"
- @load="checkFormForUpdate('range')"
>
@@ -86,7 +76,6 @@
v-model="text"
:state="text.length >= 10"
placeholder="Mindestens 10 Zeichen eingeben"
- @load="checkFormForUpdate('text')"
rows="3"
>