mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
style(components): add protected to the render function
This commit is contained in:
@ -50,7 +50,7 @@ export class SelectPopover {
|
||||
this.dismiss(value);
|
||||
}
|
||||
|
||||
render() {
|
||||
protected render() {
|
||||
return (
|
||||
<ion-list no-lines={this.mode === 'md'}>
|
||||
<ion-radio-group value={this.value}>
|
||||
|
||||
@ -369,7 +369,7 @@ export class Select {
|
||||
};
|
||||
}
|
||||
|
||||
render() {
|
||||
protected render() {
|
||||
let addPlaceholderClass = false;
|
||||
|
||||
// If selected text has been passed in, use that first
|
||||
|
||||
Reference in New Issue
Block a user