**Tell us about your environment** * **ESLint Version:** 4.0.0 * **eslint-plugin-vue Version:** 3.1.3 * **Node Version:** 8.0.0 **Please show your full configuration:** Vanilla **What did you do? Please include the actual source code causing the issue.** <!-- Paste the source code below: --> ```vue <template> <div> <svg viewBox="0 0 40 40"></svg> </div> </template> ``` **What did you expect to happen?** No error reported. **What actually happened? Please include the actual, raw output from ESLint.** 0:0 error Parsing error: Cannot read property 'startOffset' of undefined https://github.com/octref/vetur/issues/291