forked from potsda.mn/mobilizon
feat(front): remove popular groups and online events from homepage. closes #1527
This commit is contained in:
parent
815bd8e2f9
commit
18c78b81cb
|
@ -146,8 +146,6 @@
|
||||||
:userLocation="userLocation"
|
:userLocation="userLocation"
|
||||||
:doingGeoloc="doingGeoloc"
|
:doingGeoloc="doingGeoloc"
|
||||||
/>
|
/>
|
||||||
<CloseGroups :userLocation="userLocation" @doGeoLoc="performGeoLocation()" />
|
|
||||||
<OnlineEvents />
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
@ -163,9 +161,6 @@ import RouteName from "../router/name";
|
||||||
import { IEvent } from "../types/event.model";
|
import { IEvent } from "../types/event.model";
|
||||||
// import { IFollowedGroupEvent } from "../types/followedGroupEvent.model";
|
// import { IFollowedGroupEvent } from "../types/followedGroupEvent.model";
|
||||||
import CloseEvents from "@/components/Local/CloseEvents.vue";
|
import CloseEvents from "@/components/Local/CloseEvents.vue";
|
||||||
import CloseGroups from "@/components/Local/CloseGroups.vue";
|
|
||||||
// import LastEvents from "@/components/Local/LastEvents.vue";
|
|
||||||
import OnlineEvents from "@/components/Local/OnlineEvents.vue";
|
|
||||||
import {
|
import {
|
||||||
computed,
|
computed,
|
||||||
onMounted,
|
onMounted,
|
||||||
|
|
Loading…
Reference in a new issue