Revert "bug(breadcrumbs): color attribute shows on DOM for Vue (#27040)" (#27069)

This reverts commit dd419c0066d312f45c741bbe399d9764faf64841.

Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
This commit is contained in:
Sean Perkins
2023-03-30 13:50:34 -04:00
committed by GitHub
parent dd419c0066
commit abadeedc9e
6 changed files with 2 additions and 71 deletions

View File

@ -30,7 +30,7 @@ export class Breadcrumbs implements ComponentInterface {
* Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`.
* For more information on colors, see [theming](/docs/theming/basics).
*/
@Prop({ reflect: true }) color?: Color;
@Prop() color?: Color;
/**
* The maximum number of breadcrumbs to show before collapsing.