mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(menu): change deprecated error message (#19717)
This commit is contained in:
committed by
Brandy Carney
parent
c5be8831a2
commit
be0ab5c2ff
@ -163,8 +163,8 @@ BEFORE:
|
||||
<div main>...</div>
|
||||
|
||||
AFTER:
|
||||
<ion-menu contentId="my-content"></ion-menu>
|
||||
<div id="my-content">...</div>
|
||||
<ion-menu contentId="main-content"></ion-menu>
|
||||
<div id="main-content">...</div>
|
||||
`);
|
||||
}
|
||||
const content = this.contentId !== undefined
|
||||
|
||||
Reference in New Issue
Block a user