mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
style(components): add protected to the render function
This commit is contained in:
@ -105,7 +105,7 @@ export class SegmentButton {
|
||||
return classList;
|
||||
}
|
||||
|
||||
render() {
|
||||
protected render() {
|
||||
const themedClasses = createThemedClasses(this.mode, this.color, 'segment-button');
|
||||
const hostClasses = getElementClassObject(this.el.classList);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user