You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: luckysheet.create is not a function
at VueComponent.eval (HelloWorld.vue?18db:298)
at Array.eval (vue.esm.js?efeb:1998)
at flushCallbacks (vue.esm.js?efeb:1924)
首先我自己有个 vue 项目,我在package.json 加入了
"core-js": "^3.6.5",
"luckyexcel": "^1.0.0",
其次我参考luckysheet-vue 项目里配置的 一些demo
直接复制到了我的项目中
当我进行 npm install
且成功启动我的项目后
开发网页 console 里面报错
TypeError: luckysheet.create is not a function
at VueComponent.eval (HelloWorld.vue?18db:298)
at Array.eval (vue.esm.js?efeb:1998)
at flushCallbacks (vue.esm.js?efeb:1924)
我是不是遗漏了什么
Originally posted by @BinWayne in #7 (comment)
The text was updated successfully, but these errors were encountered: