mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(vue): components inside of ion-nav are now unmounted properly (#23240)
resolves #23233
This commit is contained in:
@ -18,7 +18,7 @@ export const IonApp = defineComponent({
|
||||
|
||||
/**
|
||||
* When rendering user components inside of
|
||||
* ion-modal, ion-popover, or ion-nav, the component
|
||||
* ion-modal, or ion-popover the component
|
||||
* needs to be created inside of the current application
|
||||
* context otherwise libraries such as vue-i18n or vuex
|
||||
* will not work properly.
|
||||
|
Reference in New Issue
Block a user