Hi, I’m trying to add ionic-vue components to an ionic v1 application so we can do it page by page.
I’m importing everything just fine, I had to do some tuning like add a “hydrated” class to html so it displayed the html, and tweaked structure.scss so that [hidden] is not display:none; because I am getting some hidden=“false” that weren’t displaying.
I don’t get any other errors, but the ionic components are not getting the shadow dom and therefore no styling.
And here’s the vue component:
Am I forgetting something? Is what I’m trying to achieve possible? should I just use plain html and use ionic v1 css classes?
Regards!
1 post - 1 participant