mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
fix(): remove semicolons (#19033)
This commit is contained in:
@ -34,7 +34,7 @@ export class CardTitle implements ComponentInterface {
|
||||
[mode]: true
|
||||
}}
|
||||
>
|
||||
<slot></slot>;
|
||||
<slot></slot>
|
||||
</Host>
|
||||
);
|
||||
}
|
||||
|
||||
@ -23,7 +23,7 @@ export class Grid implements ComponentInterface {
|
||||
'grid-fixed': this.fixed
|
||||
}}
|
||||
>
|
||||
<slot></slot>;
|
||||
<slot></slot>
|
||||
</Host>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user