当前位置:   article > 正文

vue 报错this.$Api.sendEmail is not a function 和TypeError: Cannot set property 'pageCode' of undefined_vue this.$api.不存在

vue this.$api.不存在

Elementui 的坑

  1. 如果运行结果出现这个错:this.$Api.sendEmail is not a function。而且此前并未遇到过类似错误,别犹豫,重头开始敲一遍。

    注意:sendEmail ,是我定义的一个路径接口

  2. 使用vue-elementui时候,需要导入 外接组件,切记不要忘了最后面的 分号 “ ”,不然会提示你错误

    导入组件:(留意后面的分号 “ ;”,不要丢)
    	import ToolBar from '~/components/ToolBar/ToolBar.vue';
        import HelpHint from '~/components/HelpHint/HelpHint.vue';
        import Paginate from '~/components/Pagination/Paginate.vue';
    
    丢了分号,报错:
    	TypeError: Cannot set property 'pageCode' of undefined
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/506419
推荐阅读
  

闽ICP备14008679号