If you ever encounter an error in Vue JS that says “mixed spaces and tabs”. You can fix it by simply running the following command:
npm remove @vue/cli-plugin-eslint
Removing the ESLint will fix this issue in your Vue JS app. Check out our more projects and tutorials on Vue JS here.
Video tutorial:
Post Views: 80