我正在通过一个XML请求从后台页面的工作表接收数据。我正在尝试将此数据传递给内容js文件。 当我尝试使用chrome.storage.sync.get接收content.js格式的数据时,它抛出了未定义的异常。 请帮我解决这个问题。 在background.js中 chrome.storage.sync.set({'xmldata':xmldata})
//added in background.js
//(when I add a callback function and get the console.log(xmldata) its displaying the v
我试图将数据传递给数据接收数组,这是数据函数内部的数据,我从firebase中获取数据,希望在vue表中显示,但它显示错误。
未定义的TypeError:不能设置属性“接收者”的未定义,有人能帮我做这件事吗?提前感谢
TypeError: Cannot set property 'receieved' of undefined
at eval (Main.vue?48a8:78)
at eval (index.cjs.js?8c4d:4337)
at LLRBNode.inorderTraversal (index.cjs.js?8c4d:2689)