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