From 1cf3a05892e9ca7a530806cb92c2392e79759791 Mon Sep 17 00:00:00 2001 From: jorgeural Date: Mon, 25 Feb 2019 14:04:12 +0100 Subject: [PATCH] Meetup section --- src/components/HomeMeetup/Index.vue | 78 +++++++++++++++++++++++++++++ src/pages/index.vue | 7 ++- 2 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 src/components/HomeMeetup/Index.vue diff --git a/src/components/HomeMeetup/Index.vue b/src/components/HomeMeetup/Index.vue new file mode 100644 index 0000000..47483af --- /dev/null +++ b/src/components/HomeMeetup/Index.vue @@ -0,0 +1,78 @@ + + + diff --git a/src/pages/index.vue b/src/pages/index.vue index c45ff19..ee30a88 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -42,9 +42,9 @@ - +
- +
@@ -62,7 +62,9 @@ import HomeTeam from '~/components/HomeTeam/Index.vue' import HomeCommunities from '~/components/HomeCommunities/Index.vue' import HomeSponsors from '~/components/HomeSponsors/Index.vue' + import HomeMeetup from '~/components/HomeMeetup/Index.vue' import HomeVideo from '~/components/HomeVideo/Index.vue' + import axios from 'axios' @@ -95,6 +97,7 @@ HomeTeam, HomeCommunities, HomeSponsors, + HomeMeetup, HomeVideo }, data() {