mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(ssr): reflect content-id attribute (#20169)
Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com>
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user