mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
refactor(toolbar): rename the slots to match other component behavior
`left` -> `start` `right` -> `end` `start` -> `secondary` `end` -> `primary`
This commit is contained in:
@ -10,7 +10,7 @@ import { PopoverPageToPresent } from './popover-page-to-present';
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-title>Popover</ion-title>
|
||||
<ion-buttons slot="end">
|
||||
<ion-buttons slot="primary">
|
||||
<ion-button (click)="clickMe()">
|
||||
No event passed
|
||||
</ion-button>
|
||||
|
||||
Reference in New Issue
Block a user