猿问

Vue-cli error: Newline required at end of file but

eslint检查要留个空行,我在eslint中设置了eol=last:0,报错。

<temaplte>

    <div class="header">

        我是header

    </div>

</temaplte>


<script type="text/ecmascript-6">

    export default {};

    //这里是空行

</script>


<style rel="stylesheet/stylus">


</style>

代码留了个空行也报错,怎么解决这个问题?

当年话下
浏览 561回答 1
1回答

哈士奇WWW

<template>&nbsp; &nbsp; <div class="header">&nbsp; &nbsp; &nbsp; &nbsp; 我是header&nbsp; &nbsp; </div></temaplte><script type="text/ecmascript-6">&nbsp; &nbsp; export default {};&nbsp; &nbsp; //这里是空行(下面空一行)&nbsp; &nbsp;&nbsp;</script><style rel="stylesheet/stylus"></style>假如代码到此结束,那么必须在下面加一行空行//这是空行
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答