Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9
Closed
Description
Hi !
I use VueX to manage the app's state. It works fine on thedefaultPage
but I can't navigate to views that uses it:
// Works on defaultPagecomputed:{isAuth(){returnthis.$store.getters.isAuth}}// This error shows up when trying to navigate to a page that does the same:// [Vue warn]: Error in render: "TypeError: Cannot read property 'getters' of undefined"// and the pages does not renders.
The whole$store
object is not available to new views; I guess it also may be the same for other objects/plugins
- navigator version: 0.0.3
- nativescript: 5
- nativescript-vue: 2.0.2
- VueX: 3.0.1
Metadata
Metadata
Assignees
Labels
No labels