fix(all): reflect color property as an attribute for vue (#23345)

resolves #23323
This commit is contained in:
Liam DeBeasi
2021-05-21 19:26:53 -04:00
committed by GitHub
parent 08a9f3ac94
commit dc430af906
34 changed files with 66 additions and 66 deletions

View File

@ -37,7 +37,7 @@ export class Button implements ComponentInterface, AnchorInterface, ButtonInterf
* Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`.
* For more information on colors, see [theming](/docs/theming/basics).
*/
@Prop() color?: Color;
@Prop({ reflect: true }) color?: Color;
/**
* The type of button.