dream-num / luckysheet-vue

luckysheet vue demo
MIT License
151 stars 83 forks source link

报错 #7

Open wyf521-sudo opened 3 years ago

wyf521-sudo commented 3 years ago

$也报错,我就下载了jquery;luckysheet也报错 image

BinWayne commented 3 years ago

首先我自己有个 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)

我是不是遗漏了什么

wyf521-sudo commented 3 years ago

首先我自己有个 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)

我是不是遗漏了什么

image

zichenfang commented 3 years ago

@BinWayne 楼上的说都说不清楚。 你少写了几行代码:index.html文件里面: WX20210826-105537

zhoufanglu commented 3 years ago

@BinWayne 楼上的说都说不清楚。 你少写了几行代码:index.html文件里面: WX20210826-105537

这tm应该出个文档,谁知道还要引入cdn??真的很坑

inbjo commented 2 years ago

@BinWayne 楼上的说都说不清楚。 你少写了几行代码:index.html文件里面: WX20210826-105537

真鸡儿坑

2016011969sunyifang commented 2 years ago

@BinWayne 楼上的说都说不清楚。 你少写了几行代码:index.html文件里面: WX20210826-105537

真鸡儿坑

我加了 但是这几个cdn一直加载不到呢

2016011969sunyifang commented 2 years ago

我加了 但是这几个cdn一直加载不到呢

我加了 但是这几个cdn一直加载不到呢

2016011969sunyifang commented 2 years ago

@BinWayne 楼上的说都说不清楚。 你少写了几行代码:index.html文件里面: WX20210826-105537

这tm应该出个文档,谁知道还要引入cdn??真的很坑

我加了 但是这几个cdn一直加载不到呢

inbjo commented 2 years ago

@BinWayne 楼上的说都说不清楚。 你少写了几行代码:index.html文件里面: WX20210826-105537

真鸡儿坑

我加了 但是这几个cdn一直加载不到呢

jsdelivr 这网站被墙了 下载下来挂自己网站上

Via1877 commented 2 years ago

请问,我引入了之后还是window.luckysheet is not undefined 呢

Timson020 commented 1 year ago

same problem