@@ -17,13 +17,11 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { Component, Prop, Vue, Watch } from "vue-property-decorator";
|
||||
import { Component, Prop, Vue } from "vue-property-decorator";
|
||||
import EventCard from "../../components/Event/EventCard.vue";
|
||||
import RouteName from "../../router/name";
|
||||
import { IEvent } from "../../types/event.model";
|
||||
|
||||
const ngeohash = require("ngeohash");
|
||||
|
||||
@Component({
|
||||
components: {
|
||||
EventCard,
|
||||
|
||||
Reference in New Issue
Block a user