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
216 stars 80 forks source link

Access class functions in Vue (BottomNavigationBar) #69

Closed tschaefermedia closed 4 years ago

tschaefermedia commented 4 years ago

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

Make sure to check the existing issues in this repository

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, provide the following version numbers that your issue occurs with:

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

How do I can access the JS methods in Vue.JS (code example: https://stackoverflow.com/questions/58310717/nativescript-vue-access-class-functions). I can't find a way to set badges and select tabs programatically.

Regards Tobias

kryoware commented 4 years ago

@tschaefermedia access nativeView like I did here: https://github.com/Akylas/nativescript-material-components/issues/67#issuecomment-540324044

tschaefermedia commented 4 years ago

@kryoware thanks.