mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-14 08:45:20 +08:00
refactor(alert): moved slot location
This commit is contained in:
@ -956,10 +956,10 @@ export class Alert implements ComponentInterface, OverlayInterface {
|
||||
|
||||
{this.renderAlertMessage(msgId)}
|
||||
|
||||
<slot></slot>
|
||||
|
||||
{this.renderAlertInputs()}
|
||||
{this.renderAlertButtons()}
|
||||
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
||||
<div tabindex="0" aria-hidden="true"></div>
|
||||
|
Reference in New Issue
Block a user