mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
fix(fab-button): add and document css properties
references #14853 references #14850 closes #14808
This commit is contained in:
@ -166,7 +166,6 @@ export class Button implements ComponentInterface {
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
const TagType = this.href === undefined ? 'button' : 'a';
|
||||
const attrs = (TagType === 'button')
|
||||
? { type: this.type }
|
||||
|
Reference in New Issue
Block a user