vue-cli構建項目報「Unexpected space before function parentheses」錯誤

解決方案: 在項目目錄下找到.eslintrc.js文件,使用編輯器打開進行編輯。在rules下添加 'space-before-function-paren': [ 'error', { anonymous: 'always', named: 'always', asyncArrow: 'always', }, ] 即可。如圖:
相關文章
相關標籤/搜索