gpt4 book ai didi

vue.js - 将 webpack 与 Vue 一起使用时,如何修复 'Cannot read property ' _wrapper' of undefined' 错误?

转载 作者:行者123 更新时间:2023-12-05 01:20:29 25 4
gpt4 key购买 nike

我使用 axios 从数据库中获取信息。我从数组中的服务器得到响应:

response

我的html标签:
htmlTag

Js 代码如下所示:

    data() {
return {
departments: {
id: 0,
name: "name of company",
nameZod: "name of company dif"
},
};
},
created() {
axios
.get('/SomeController/Departments')
.then(response => {
this.departments = response.data;
console.log(this.departments);
})
}

我收到一个错误:无法读取未定义的属性“_wrapper”。这很奇怪,因为我在其他模块中使用了类似的代码并且它工作正常。

最佳答案

也许你已经在某处定义了一个函数调用(@click=something),而你还没有在方法中定义函数。这发生在我身上,也许它对某人有用

关于vue.js - 将 webpack 与 Vue 一起使用时,如何修复 'Cannot read property ' _wrapper' of undefined' 错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55552506/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com