mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
chore: format string values in comments with double quotes (#26857)
This commit is contained in:
@ -57,7 +57,7 @@ export class TabButton implements ComponentInterface, AnchorInterface {
|
||||
|
||||
/**
|
||||
* Set the layout of the text and icon in the tab bar.
|
||||
* It defaults to `'icon-top'`.
|
||||
* It defaults to `"icon-top"`.
|
||||
*/
|
||||
@Prop({ mutable: true }) layout?: TabButtonLayout;
|
||||
|
||||
|
Reference in New Issue
Block a user