Help me
This commit is contained in:
parent
c954366227
commit
12eb8f2481
|
|
@ -176,7 +176,7 @@ import { IonPage, IonHeader, IonToolbar, IonTitle, IonContent, IonCol, IonGrid,
|
|||
IonList,
|
||||
IonAvatar,
|
||||
IonImg,
|
||||
IonLabel } from '@ionic/vue';
|
||||
IonLabel, IonPopover } from '@ionic/vue';
|
||||
import ExploreContainer from '@/components/ExploreContainer.vue';
|
||||
import { logoAndroid, arrowDown, logoPwa, ellipsisVertical } from 'ionicons/icons';
|
||||
|
||||
|
|
@ -185,7 +185,7 @@ export default defineComponent({
|
|||
components: {IonHeader, IonToolbar, IonTitle, IonContent, IonPage, IonCol, IonGrid, IonRow, IonButton, IonButtons, IonIcon,
|
||||
IonModal,
|
||||
IonItem,
|
||||
IonList },
|
||||
IonList, IonPopover },
|
||||
setup() {
|
||||
return {
|
||||
logoAndroid,
|
||||
|
|
|
|||
Loading…
Reference in New Issue