yarn lint --fix

This commit is contained in:
ogerly 2021-11-30 14:57:38 +01:00
parent bc21f76848
commit efb106f960

View File

@ -122,7 +122,9 @@
</span>
</b-alert>
<b-row v-b-toggle:my-collapse class="text-muted shadow-sm p-3">
<b-col>{{ $t('publisher.publisherId') }} : {{ $store.state.publisherId }}</b-col>
<b-col>
{{ $t('publisher.publisherId') }} : {{ $store.state.publisherId }}
</b-col>
<b-col class="text-right">
<b-icon icon="chevron-down" aria-hidden="true"></b-icon>
</b-col>
@ -134,7 +136,11 @@
<b-input-group-prepend is-text>
<b-icon icon="person-fill"></b-icon>
</b-input-group-prepend>
<b-form-input type="text" placeholder="User ID" v-model="$store.state.publisherId"></b-form-input>
<b-form-input
type="text"
placeholder="User ID"
v-model="$store.state.publisherId"
></b-form-input>
</b-input-group>
<div
v-b-toggle:my-collapse