NativeScript / worker-loader

36 stars 20 forks source link

access vue-store from Worker #26

Open lord-zeus opened 5 years ago

lord-zeus commented 5 years ago

How do we access the vue store from the background worker normal import {store} from "./store"; store.getters.get_user is not working