bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.78k stars 1.32k forks source link

Fix lint warning in login component #14

Closed crcatala closed 6 years ago

crcatala commented 6 years ago

On first start, the vue eslint was warning about the order of attributes. This addresses that

chrisvfritz commented 6 years ago

Thanks! We just added this rule to eslint-plugin-vue. 🙂