mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +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)}
|
{this.renderAlertMessage(msgId)}
|
||||||
|
|
||||||
|
<slot></slot>
|
||||||
|
|
||||||
{this.renderAlertInputs()}
|
{this.renderAlertInputs()}
|
||||||
{this.renderAlertButtons()}
|
{this.renderAlertButtons()}
|
||||||
|
|
||||||
<slot></slot>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div tabindex="0" aria-hidden="true"></div>
|
<div tabindex="0" aria-hidden="true"></div>
|
||||||
|
Reference in New Issue
Block a user