Invalid options in vue.config.js: "before" is not allowed

这个问题已解决,webpack的版本不同导致的,需要把vue.config.js中before改成onBeforeSetupMiddleware,并且到index.js中的app.use改为app.app.use,即可完美解决。

 

 

 

posted @ 2022-11-29 16:30  前端朝花夕拾  阅读(284)  评论(0)    收藏  举报