fix(ssr): reflect content-id attribute (#20169)

Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com>
This commit is contained in:
Adam Bradley
2020-01-08 21:36:30 -06:00
committed by GitHub
parent 53fad978c5
commit 3aa47e6e2f
3 changed files with 6 additions and 6 deletions

View File

@ -49,12 +49,12 @@ export class Menu implements ComponentInterface, MenuI {
/**
* The content's id the menu should use.
*/
@Prop() contentId?: string;
@Prop({ reflectToAttr: true }) contentId?: string;
/**
* An id for the menu.
*/
@Prop() menuId?: string;
@Prop({ reflectToAttr: true }) menuId?: string;
/**
* The display type of the menu.