mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
yarn lint fix for CreationFormular.vue
This commit is contained in:
parent
e65e5078f9
commit
14efa9f072
@ -3,9 +3,10 @@
|
|||||||
{{ $t('creation_form.form') }}
|
{{ $t('creation_form.form') }}
|
||||||
<div class="shadow p-3 mb-5 bg-white rounded">
|
<div class="shadow p-3 mb-5 bg-white rounded">
|
||||||
<b-form ref="creationForm">
|
<b-form ref="creationForm">
|
||||||
<div class="ml-4"> <label>{{ $t('creation_form.select_month') }}</label></div>
|
<div class="ml-4">
|
||||||
|
<label>{{ $t('creation_form.select_month') }}</label>
|
||||||
|
</div>
|
||||||
<b-row class="ml-4">
|
<b-row class="ml-4">
|
||||||
|
|
||||||
<b-col>
|
<b-col>
|
||||||
<b-form-radio
|
<b-form-radio
|
||||||
id="beforeLastMonth"
|
id="beforeLastMonth"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user