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:
@ -149,7 +149,7 @@ export class Toggle implements BooleanInputComponent {
|
||||
};
|
||||
}
|
||||
|
||||
render() {
|
||||
protected render() {
|
||||
return (
|
||||
<ion-gesture {...{
|
||||
'canStart': this.canStart.bind(this),
|
||||
|
||||
Reference in New Issue
Block a user