Skip to content

Invalid root error on Table root #56

Closed
@privatenumber

Description

@privatenumber

Tell us about your environment

  • ESLint Version: ^3.19.0
  • eslint-plugin-vue Version: ^3.2.0
  • Node Version: v7.9.0

What did you do? Please include the actual source code causing the issue.

<template>
	<table>
		<custom-thead></custom-thead>
	</table>
</template>

What did you expect to happen?
For linting to pass

What actually happened? Please include the actual, raw output from ESLint.
2:2 error The template root requires exactly one element vue/no-invalid-template-root

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions