Fix: linting error
This commit is contained in:
parent
4d05035661
commit
7d73ae3c20
@ -119,7 +119,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="(prop, key) in vedirectOutput">
|
||||
<tr v-for="(prop, key) in vedirectOutput" v-bind:key="key">
|
||||
<th scope="row">{{ $t('vedirecthome.output.' + key) }}</th>
|
||||
<td style="text-align: right">
|
||||
{{ $n(prop.v, 'decimal', {
|
||||
@ -149,7 +149,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="(prop, key) in vedirectInput">
|
||||
<tr v-for="(prop, key) in vedirectInput" v-bind:key="key">
|
||||
<th scope="row">{{ $t('vedirecthome.input.' + key) }}</th>
|
||||
<td style="text-align: right">
|
||||
{{ $n(prop.v, 'decimal', {
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user