么么叽
么么叽
runtime-core.esm-bundler.js:2943 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'isCE') at renderSlot (runtime-core.esm-bundler.js:2943:1) at Proxy.render (index.vue:7:13) at renderComponentRoot (runtime-core.esm-bundler.js:877:1) at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:6004:1) at ReactiveEffect.run (reactivity.esm-bundler.js:177:1) at...
**问题描述** android app .vue 文件走了 const img = new Image(); 会导致无法执行下面代码, 添加了一个 isApp 条件后,二维码才正常渲染 修改如下: if (options.nvueContext || isApp) 修改是否正确?还是说有其他注意点 // qrcode.js if (options.image) { var x = Number(((ratioSize -...