[Vuejs]-Adding class to p tags throws eslint error

0👍

Unsure still what’s going on, but a resolution for the linter was to change the following in my linter file.

'extends': [
    'plugin:vue/base'
  ],

Leave a comment