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

Commit

Permalink
update index.vue add tested cases card
Browse files Browse the repository at this point in the history
  • Loading branch information
macropygia committed Mar 18, 2020
1 parent 70be746 commit c2e7548
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
/>
<v-row class="DataBlock">
<confirmed-cases-details-card />
<tested-cases-details-card />
<confirmed-cases-number-card />
<confirmed-cases-attributes-card />
<tested-number-card />
Expand All @@ -34,6 +35,7 @@ import StaticInfo from '@/components/StaticInfo.vue'
import Data from '@/data/data.json'
import News from '@/data/news.json'
import ConfirmedCasesDetailsCard from '@/components/cards/ConfirmedCasesDetailsCard.vue'
import TestedCasesDetailsCard from '@/components/cards/TestedCasesDetailsCard.vue'
import ConfirmedCasesNumberCard from '@/components/cards/ConfirmedCasesNumberCard.vue'
import ConfirmedCasesAttributesCard from '@/components/cards/ConfirmedCasesAttributesCard.vue'
import TestedNumberCard from '@/components/cards/TestedNumberCard.vue'
Expand All @@ -48,6 +50,7 @@ export default Vue.extend({
WhatsNew,
StaticInfo,
ConfirmedCasesDetailsCard,
TestedCasesDetailsCard,
ConfirmedCasesNumberCard,
ConfirmedCasesAttributesCard,
TestedNumberCard,
Expand Down

0 comments on commit c2e7548

Please sign in to comment.