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

Commit

Permalink
Merge pull request #2000 from tokyo-metropolitan-gov/revert-1977-1970…
Browse files Browse the repository at this point in the history
…-skip-shinjuku-grph

Revert "新宿のグラフを外す"
  • Loading branch information
halsk authored Mar 20, 2020
2 parents 976dde5 + 529c2ac commit ca30b53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<consultation-desk-reports-number-card />
<metro-card />
<agency-card />
<shinjuku-visitors-card />
</v-row>
</div>
</template>
Expand All @@ -53,6 +54,7 @@ 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'
export default Vue.extend({
components: {
Expand All @@ -68,7 +70,8 @@ export default Vue.extend({
TelephoneAdvisoryReportsNumberCard,
ConsultationDeskReportsNumberCard,
MetroCard,
AgencyCard
AgencyCard,
ShinjukuVisitorsCard
},
data() {
const data = {
Expand Down

0 comments on commit ca30b53

Please sign in to comment.