You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template>
<divclass="page">
<divclass="page__header">
<navclass="nav">
<ulclass="nav__container">
<liclass="nav__item">
<router-linkto="/"class="nav__link">
Home
</router-link>
</li>
<liclass="nav__item">
<router-linkto="/about"class="nav__link">
About
</router-link>
</li>
<liclass="nav__item">
<router-linkto="/contact"class="nav__link">
Contact
</router-link>
</li>
<liclass="nav__item">
<router-linkto="/blog"class="nav__link">
Blog
</router-link>
</li>
</ul>
</nav>
</div>
<divclass="page__content-container">
<router-viewclass="page__content" />
</div>
<divclass="page__footer">
<!-- Todo -->
</div>
</div>
</template>
What did you expect to happen?
Code should pass the check, because I using "ignores": [ "VAttribute" ].
What actually happened?
8:10 error Expected "\t" character, but found " " character vue/html-indent
14:10 error Expected "\t" character, but found " " character vue/html-indent
20:10 error Expected "\t" character, but found " " character vue/html-indent
26:10 error Expected "\t" character, but found " " character vue/html-indent
PS: GitHub has 8-space tab, actual code looks like:
Screenshot
The text was updated successfully, but these errors were encountered:
Tell us about your environment
Please show your full configuration:
Click to expand
What did you do?
What did you expect to happen?
Code should pass the check, because I using
"ignores": [ "VAttribute" ]
.What actually happened?
PS: GitHub has 8-space tab, actual code looks like:
Screenshot
The text was updated successfully, but these errors were encountered: