Fix stuff
This commit is contained in:
parent
c176231679
commit
4f191e8455
|
|
@ -150,7 +150,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';
|
||||||
|
|
||||||
|
|
@ -159,7 +159,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