Skip to content

Rename Vue components to multi word componentsΒ #2643

@dartcafe

Description

@dartcafe

According to https://eslint.vuejs.org/rules/multi-word-component-names.html the component names should not be named with a single word to avoid conflicts with current or future html tags.

An example is the Button component, which could cause conflicts with the html tag button.

Affected components:

  • Actions
  • Avatar
  • Breadcrump
  • Breadcrumps
  • Button
  • Content
  • Highlight
  • Modal
  • Popover

Maybe the vue3 migration could be a good point to optimize this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions