zwhGithub / vue-calendar

🏆 基于 vue 2.0 开发的轻量,高性能日历组件
https://zwhgithub.github.io/vue-calendar/dist/#/
943 stars 230 forks source link

eslint 提示报错,每次报错后自动修复属性,真的闹心啊 #73

Open Smecta opened 3 years ago

Smecta commented 3 years ago

image image 请问大佬们 再不关闭eslint的情况如何处理?

Smecta commented 3 years ago

请大佬修复啊 https://eslint.vuejs.org/rules/attribute-hyphenation.html

Smecta commented 3 years ago

可以使用 去临时屏蔽

 <!-- eslint-disable-next-line -->
    <el-calendar v-model="value" first-day-of-week firstAbc />
Smecta commented 3 years ago

写法可以了 但是周日还是最后一个 image image