Vue js app not passing html validation

1.6k Views Asked by At

I am running my pages through the w3c validation. Vuejs seems to cause some errors due to the @click directives.

Warning: Attribute @click is not serializable as XML 1.0.
From line 58, column 1; to line 58, column 24
</div>
<nav @click="toggleNav">
0

There are 0 best solutions below