[Vuejs]-Code formatter removing required newline

2👍

According to the same issue described here https://github.com/vuejs/vue-cli/issues/11
you have to update your vue-loader version to vue-loader@8.0.2.

Or use this above the line that is causing the error

/*eslint-disable */
👤samayo

Leave a comment