天天看點

Newline required at end of file but not found

Module Warning (from ./node_modules/eslint-loader/index.js):

  ✘  http://eslint.org/docs/rules/eol-last  Newline required at end of file but not found
  src\components\Cardmessage\index.vue::
  </style>複制代碼
           

在編譯vue是報錯,排查後是,在.vue檔案中</style>後加入空行後就能夠解決了。

解決方法:

轉載于:https://juejin.im/post/5c9de4d4e51d454cf8788ad6

繼續閱讀