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() {