[Vuejs]-Vue.js VS Code template syntax highlight is broken?

0👍

This is basically ESlint breaking Vetur because of it’s formatting. Maybe try to update to the latest version of ESlint or export it to a methods hook.

Or increase the width in .prettierrc

{
  "printWidth": 130
}

Sub-optimal I recognize.

Leave a comment