Skip to content

Vuex can't work?? #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
lzq920 opened this issue Sep 30, 2019 · 3 comments
Closed

Vuex can't work?? #14

lzq920 opened this issue Sep 30, 2019 · 3 comments

Comments

@lzq920
Copy link

lzq920 commented Sep 30, 2019

app-errors.js:9 Uncaught main: Application 'main' died in status LOADING_SOURCE_CODE: t.isBuffer is not a function
    at y (<anonymous>:1:2232)
    at f (<anonymous>:1:3275)
    at Object.<anonymous> (<anonymous>:1:928)
    at Object.r (<anonymous>:1:375)
    at Object.emit (<anonymous>:1:694)
    at devtoolPlugin (http://localhost:8080/app.js:12740:15)
    at new Store (http://localhost:8080/app.js:13042:5)
    at Module../src/store.js (http://localhost:8080/app.js:15034:64)
    at __webpack_require__ (http://localhost:8080/app.js:737:30)
    at fn (http://localhost:8080/app.js:111:20)
import "./set-public-path";
import Vue from "vue";
import App from "./App.vue";
import router from "./router";
import singleSpaVue from "single-spa-vue";
import store from "./store";
Vue.config.productionTip = false;

const vueLifecycles = singleSpaVue({
    Vue,
    appOptions: {
        render: h => h(App),
        router,
        store
    }
});

export const bootstrap = vueLifecycles.bootstrap;
export const mount = vueLifecycles.mount;
export const unmount = vueLifecycles.unmount;

@jolyndenning
Copy link
Owner

single-spa and Vuex can work together.

Perhaps your issue is related to one of the following issues?

@lzq920
Copy link
Author

lzq920 commented Oct 14, 2019

thank you,updated vue-devtools v5.1.1 solve the problem

@lzq920 lzq920 closed this as completed Oct 14, 2019
@Jainith
Copy link

Jainith commented Feb 26, 2020

thank you,updated vue-devtools v5.1.1 solve the problem

Still this issue isn't fixed to me. Pls provide me code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants