fix(vue): ion-nav now handles Vue components properly (#22197)

resolves #22184
This commit is contained in:
Liam DeBeasi
2020-09-30 10:16:38 -04:00
committed by GitHub
parent 25d3ea6b8d
commit 2c6259c1f6
3 changed files with 19 additions and 0 deletions

View File

@ -18,6 +18,8 @@ export const VueDelegate = () => {
parentElement.appendChild(div);
render(vueInstance, div);
return div;
}
const removeViewFromDom = (_: HTMLElement, childElement: any) => {