nativescript-community / ui-material-components

Monorepo that contains all of the NativeScript Material Design plugins.
https://nativescript-community.github.io/ui-material-components/
Apache License 2.0
218 stars 80 forks source link

Bottom Navigation don´t work in vue 3 #468

Open matteo6b opened 2 months ago

matteo6b commented 2 months ago

Make sure to check the demo app(s) for sample usage

If the demo apps cannot help and there is no issue for your problem, tell us about it

Please, ensure your title is less than 63 characters long and starts with a capital letter.

Which platform(s) does your issue occur on?

Please, tell us how to recreate the issue in as much detail as possible.

Bottom Navigation don´t work in vue 3 [Vue warn]: Failed to resolve component: MDTabStripItem If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. at [Vue warn]: Failed to resolve component: MDTabStrip If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. at [Vue warn]: Failed to resolve component: MDTabContentItem If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. at [Vue warn]: Failed to resolve component: MDBottomNavigation If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.

farfromrefug commented 2 months ago

@vallemar an idea about this? I never used Vue 3

radudiaconu0 commented 2 weeks ago

any update on this?