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">
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">