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

@ -31,7 +31,7 @@ export class SplitPane implements ComponentInterface {
/**
* The content `id` of the split-pane's main content.
*/
@Prop() contentId?: string;
@Prop({ reflectToAttr: true }) contentId?: string;
/**
* If `true`, the split pane will be hidden.