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