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

Commit

Permalink
delete yahoo content
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 31, 2020
1 parent c4e991c commit 93055b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 80 deletions.
7 changes: 1 addition & 6 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,7 @@ const config: Configuration = {
'/cards/number-of-reports-to-covid19-telephone-advisory-center',
'/cards/number-of-reports-to-covid19-consultation-desk',
'/cards/predicted-number-of-toei-subway-passengers',
'/cards/agency',
'/cards/shinjuku-visitors',
'/cards/chiyoda-visitors',
'/cards/shinjuku-st-heatmap',
'/cards/tokyo-st-heatmap',
'/cards/tokyo-city-heatmap'
'/cards/agency'
]

const routes: string[] = []
Expand Down
16 changes: 1 addition & 15 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,8 @@
<consultation-desk-reports-number-card />
<metro-card />
<agency-card />
<shinjuku-visitors-card />
<chiyoda-visitors-card />
</v-row>
<v-divider />
<v-row class="DataBlock">
<shinjuku-st-map-card />
<tokyo-st-map-card />
</v-row>
</div>
</template>

Expand All @@ -63,10 +57,6 @@ import ConsultationDeskReportsNumberCard from '@/components/cards/ConsultationDe
import MetroCard from '@/components/cards/MetroCard.vue'
import AgencyCard from '@/components/cards/AgencyCard.vue'
import { convertDatetimeToISO8601Format } from '@/utils/formatDate'
import ShinjukuVisitorsCard from '@/components/cards/ShinjukuVisitorsCard.vue'
import ChiyodaVisitorsCard from '@/components/cards/ChiyodaVisitorsCard.vue'
import ShinjukuStMapCard from '@/components/cards/ShinjukuStMapCard.vue'
import TokyoStMapCard from '@/components/cards/TokyoStMapCard.vue'
export default Vue.extend({
components: {
Expand All @@ -82,11 +72,7 @@ export default Vue.extend({
TelephoneAdvisoryReportsNumberCard,
ConsultationDeskReportsNumberCard,
MetroCard,
AgencyCard,
ShinjukuVisitorsCard,
ChiyodaVisitorsCard,
ShinjukuStMapCard,
TokyoStMapCard
AgencyCard
},
data() {
const data = {
Expand Down
59 changes: 0 additions & 59 deletions pages/largemap.vue

This file was deleted.

0 comments on commit 93055b0

Please sign in to comment.