mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-11 19:49:18 +08:00
style(components): add protected to the render function
This commit is contained in:
@@ -12,7 +12,7 @@ import { Component } from '@stencil/core';
|
||||
}
|
||||
})
|
||||
export class Card {
|
||||
render() {
|
||||
protected render() {
|
||||
return <slot></slot>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user