mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
refactor(components): update components to match stencil style guide
https://github.com/ionic-team/stencil/blob/master/STYLE_GUIDE.md
This commit is contained in:
@ -87,7 +87,7 @@ export class ChipButton {
|
||||
return classList;
|
||||
}
|
||||
|
||||
protected render() {
|
||||
render() {
|
||||
const buttonType = 'chip-button';
|
||||
|
||||
const hostClasses = getElementClassObject(this.el.classList);
|
||||
|
Reference in New Issue
Block a user