vue-code-view icon indicating copy to clipboard operation
vue-code-view copied to clipboard

[email protected][email protected] 无法预览,提示错误TypeError:Assignment to constant variable

Open Lxl95 opened this issue 1 year ago • 1 comments

TypeError: Assignment to constant variable at eval (eval at genComponent (output-container.vue:2:1) at VueComponent.genComponent (output-container.vue:78:1)

打包生成的文件vue-code-viewer.common也报这个错误

Lxl95 avatar Mar 28 '24 11:03 Lxl95

已解决,src\code-viewer\output-container.vue const componentScript = {}; 改成 let componentScript = {};

Lxl95 avatar Mar 29 '24 05:03 Lxl95