mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
fix(vue): ion-nav now handles Vue components properly (#22197)
resolves #22184
This commit is contained in:
@ -18,6 +18,8 @@ export const VueDelegate = () => {
|
||||
parentElement.appendChild(div);
|
||||
|
||||
render(vueInstance, div);
|
||||
|
||||
return div;
|
||||
}
|
||||
|
||||
const removeViewFromDom = (_: HTMLElement, childElement: any) => {
|
||||
|
Reference in New Issue
Block a user