Skip to content

Warns you that a not registered component is being used in the template #1112

Closed
@jesusgn90

Description

@jesusgn90

Please describe what the rule should do:

Warns you that a component is being used in the template and the component is not registered.

What category should the rule belong to?

  • Enforces code style
  • Warns about a potential error
  • Suggests an alternate way of doing something
  • Other (please specify:)

Provide 2-3 code examples that this rule should warn about:

<template>
   <some-component />
</template>

<script>
export default {
   name: 'Foo',
}
</script>

Being SomeComponent a component that was not registered.

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions