mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
style(components): add protected to the render function
This commit is contained in:
@ -28,7 +28,7 @@ export class Slide {
|
||||
};
|
||||
}
|
||||
|
||||
render() {
|
||||
protected render() {
|
||||
return <slot></slot>;
|
||||
}
|
||||
}
|
||||
|
@ -133,7 +133,7 @@ export class Slides {
|
||||
@Prop() keyboardControl: boolean;
|
||||
|
||||
|
||||
render() {
|
||||
protected render() {
|
||||
return (
|
||||
<div class='swiper-container' data-dir='rtl'>
|
||||
<div class='swiper-wrapper'>
|
||||
|
Reference in New Issue
Block a user