Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
shgtkshruch committed Mar 19, 2020
1 parent bd19b4a commit 974516d
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions components/cards/InspectionPersonsNumberCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,20 @@
>
<template v-slot:description>
<ul>
<li>{{ $t('(注)医療機関が保険適用で行った検査は含まれていない') }}</li>
<li>{{ $t('(注)チャーター機帰国者、クルーズ船乗客等は含まれていない') }}</li>
<li>
{{ $t('(注)速報値として公開するものであり、後日確定データとして修正される場合あり') }}
{{ $t('(注)医療機関が保険適用で行った検査は含まれていない') }}
</li>
<li>
{{
$t('(注)チャーター機帰国者、クルーズ船乗客等は含まれていない')
}}
</li>
<li>
{{
$t(
'(注)速報値として公開するものであり、後日確定データとして修正される場合あり'
)
}}
</li>
</ul>
</template>
Expand Down

0 comments on commit 974516d

Please sign in to comment.