@Licsber 尝试过新建 html,但是 vue 里面的标签 el-table html 好像无法解析 pass 尝试过新建 vue 文件,然后在 html 里的 js 里 new Vue 加载,会报错 The server responded with a non-JavaScript MIME type of “text/plain”, 想问下 你所说的新建个页面是新建什么页面呢,刚接触前端新手小白,见谅
@karnaugh 我用了你所说的 1 方法,建了一个 html 文件,单独运行 html 得到了我想要的效果,但是集成到 electron 后依然会报错:
[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
所以说应该还是需要改配置文件,但是我这个项目是纯 electron 项目,上面报错我所搜索到的解决方案在我这里并不适用,所以说,纯 electron 项目想要用 vue 难道必须要配置环境吗