-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Labels
0. to triagecomponentComponent discussion and/or suggestionComponent discussion and/or suggestiontechnical debtπ₯ breakingPR that requires a new major versionPR that requires a new major version
Description
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
Labels
0. to triagecomponentComponent discussion and/or suggestionComponent discussion and/or suggestiontechnical debtπ₯ breakingPR that requires a new major versionPR that requires a new major version