mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
style(components): add protected to the render function
This commit is contained in:
@ -134,7 +134,7 @@ export class Segment {
|
||||
};
|
||||
}
|
||||
|
||||
render() {
|
||||
protected render() {
|
||||
return <slot></slot>;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user