美文网首页前端开发那些事儿
vue.runtime.esm.js:619 [Vue warn

vue.runtime.esm.js:619 [Vue warn

作者: Grit_1024 | 来源:发表于2021-01-21 18:24 被阅读0次

    问题:

    image.png

    vue.runtime.esm.js:619 [Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'post' of undefined"

    found in

    ---> <Signup> at src/views/signup.vue
    <App> at src/App.vue
    <Root>

    解决方案;

    在router.js中添以下代码即可

    import vueRsource from 'vue-resource'
    Vue.use(vueRsource);
    

    相关文章

      网友评论

        本文标题:vue.runtime.esm.js:619 [Vue warn

        本文链接:https://www.haomeiwen.com/subject/kyudzktx.html