在使用GUI可视化面板运行app时,出现空白页面,并且浏览器出现Uncaught TypeError: Cannot read properties of undefined (reading 'use')此提示
解决办法: 在可视化面板的插件中,点击添加插件,安装element-puls,然后重新运行app
若是运行后,有报错提示,提示重复引用./plugins/element.js,将main.js中的重复语句删除或注释掉
newline required at end of file but not foundmain若是有此提示,将文件的第九行代码,回车换行,然后再保存即可