欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

TypeError: _this.setStore is not a function at eval

程序员文章站 2024-01-03 13:55:16
...

vue项目控制台报Uncaught (in promise) TypeError: _this.setStore is not a function at eval 错误!!!
TypeError: _this.setStore is not a function at eval
原因:this调用的setStore函数不是全局的不属于this对象,需要导入

import {setStore} from "../libs/storage";

直接setStore调用

 setStore("userInfo", res.data.user);
相关标签: 踩坑笔记 vue

上一篇:

下一篇: