<!-- This template is for bug reports. If you are reporting a bug, please continue on. If you are here for another reason, please see below: 1. To propose a new rule: http://eslint.org/docs/developer-guide/contributing/new-rules 2. To request a change: http://eslint.org/docs/developer-guide/contributing/changes Note that leaving sections blank will make it difficult for us to troubleshoot and we may have to close the issue. --> **Tell us about your environment** * **ESLint Version:4.1.1 * **eslint-plugin-vue Version:3.2.0 * **Node Version:6.10.2 **Please show your full configuration:** <!-- Paste your configuration below: --> ``` 'env': { 'browser': true }, 'extends': [ 'plugin:vue/base' ], ``` **What did you do? Please include the actual source code causing the issue.** <!-- Paste the source code below: --> ```vue <table> <tr> <td> {{message}} </td> </tr> </table> ``` **What did you expect to happen?** tbody ? **What actually happened? Please include the actual, raw output from ESLint.**