NativeScript/worker-loader

access vue-store from Worker

lord-zeus opened this issue · 0 comments

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