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:
@ -34,7 +34,7 @@ export class Fixed {
|
||||
};
|
||||
}
|
||||
|
||||
render() {
|
||||
protected render() {
|
||||
return (
|
||||
<slot></slot>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user