Closed lvzhenbo closed 4 months ago
然后,这个ui库在dev下浏览器控制台会报一大堆vue props类型不对的警告 我的项目库https://github.com/lvzhenbo/115-plus
这个ui库该怎么用externalGlobal
https://github.com/lisonge/vite-plugin-monkey?tab=readme-ov-file#mixed-iife-and-umd-at-require
'naive-ui': cdn.staticfile('naive', 'dist/index.prod.js')
这个ui库在dev下浏览器控制台会报一大堆vue props类型不对的警告
我试了试又报了另一个错误
Uncaught (in promise) ReferenceError: NaiveUi is not defined
at Proxy.<anonymous> (userscript.html?name=115%252B.user.js&id=4c2a40ea-c38b-4b19-9a89-b5b225cfc825:23:17)
at wt (<anonymous>:9:89)
at userscript.html?name=115%252B.user.js&id=4c2a40ea-c38b-4b19-9a89-b5b225cfc825:1:88
at window.__f__lxyo02e1.wvd (userscript.html?name=115%252B.user.js&id=4c2a40ea-c38b-4b19-9a89-b5b225cfc825:1:420)
at wt (<anonymous>:9:89)
at o (<anonymous>:81:234)
at <anonymous>:84:176
at v (<anonymous>:78:231)
配置
externalGlobals: {
vue: cdn
.jsdelivr('Vue', 'dist/vue.global.prod.js')
.concat(util.dataUrl(';window.Vue=Vue;')),
'naive-ui': cdn.staticfile('NaiveUi', 'index.prod.js'),
xgplayer: cdn.jsdelivr('Player', 'dist/index.min.js'),
'xgplayer-hls.js': cdn.jsdelivr('HlsJsPlugin', 'dist/index.min.js'),
'big-integer': cdn.staticfile('bigInt', 'BigInteger.min.js'),
'crypto-js': cdn.staticfile('CryptoJS', 'crypto-js.min.js'),
},
然后,那个警告问题,我只有在使用这个库的时候才遇到,其他都没遇见过,所以才说,虽然不影响开发就是控制台里比较烦
哦,是我眼瞎,非常感谢解答,我支付宝给了30块钱支持了一下
我支付宝给了30块钱支持了一下
已收到,感觉你对我的开源工作的支持
我尝试使用
'naive-ui': cdn.staticfile('NaiveUi', 'index.prod.js')
,但是浏览器报下面的错误