Skip to content

bug: ionic vue modal and popover do not get application context #22079

@dev-kr2020

Description

@dev-kr2020

Ionic Vue beta with Vue 3... Vue vue-i18n-next is not working .. tab1 in sample




Tab 1

</ion-header>
<ion-content :fullscreen="true">
  <ion-header collapse="condense">
    <ion-toolbar>
      <ion-title size="large">Tab 1</ion-title>
      <p>{{ t("message.hello") }}</p>
    </ion-toolbar>
  </ion-header>     
 
  <ExploreContainer name="Tab 1 page" />
</ion-content>
<script> import { IonPage, IonHeader, IonToolbar, IonTitle, IonContent } from '@ionic/vue'; import ExploreContainer from '@/components/ExploreContainer.vue'; export default { name: 'Tab1', components: { ExploreContainer, IonHeader, IonToolbar, IonTitle, IonContent, IonPage } } </script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions