chore: add vueuse util
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<script setup lang="ts">
|
||||
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from "@ionic/vue";
|
||||
import ExploreContainer from "@/components/ExploreContainer.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -18,8 +16,6 @@ import ExploreContainer from "@/components/ExploreContainer.vue";
|
||||
</IonTitle>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
|
||||
<ExploreContainer name="User page" />
|
||||
</IonContent>
|
||||
</IonPage>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user