You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you do? I tried to disallow svg elements in my vue templates but it did not raise an error. Every other element could be disallowed and raised errors, but not svg elements.
<template>
<svg>
...
</svg>
</template>
What did you expect to happen? I expected that the svg element will raise an error, with the message I provided.
What actually happened? Nothing happened, no errors on the svg element.
Checklist
Tell us about your environment
Please show your full configuration:
What did you do? I tried to disallow svg elements in my vue templates but it did not raise an error. Every other element could be disallowed and raised errors, but not svg elements.
What did you expect to happen? I expected that the svg element will raise an error, with the message I provided.
What actually happened? Nothing happened, no errors on the svg element.
Repository to reproduce this issue https://github.com/szattila98/disallow-vue-element-eslint-repro
App.vue contains a disallowed p and and svg tag, but only the p tag raises an error.
The text was updated successfully, but these errors were encountered: