Unexpected closing tag - Vetur extension

271 Views Asked by At

Im getting a pop up error for the vetur extension in vscode

enter image description here

when i save a file. I couldn't find the p tag its referring to but it is really annoying the only way to disable this is by turning off the formatter in vscode. how to resolve this formatting failed error?

code line 15 - 24

<div class="profile__desc">
      <p class="profile__paragraph">
              <strong>{{ content['artist-name'] }}</strong>
              <br />
              <pre>{{ content['work-role']}}</pre>
              <br />
              <pre v-html="content['artist-description']"></pre>
      </p>
  <!-- /profile__desc -->
</div>
0

There are 0 best solutions below