yarn lint fix for CreationFormular.vue

This commit is contained in:
ogerly 2022-01-27 08:59:52 +01:00
parent e65e5078f9
commit 14efa9f072

View File

@ -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"