octicon-rss(16/)
You've already forked ionic-framework
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:
octicon-git-branch(16/)
octicon-tag(16/)
committed by
Brandy Carney
gitea-unlock(16/)
parent
c5be8831a2
commit
be0ab5c2ff
octicon-diff(16/tw-mr-1) 1 changed files with 2 additions and 2 deletions
@@ -163,8 +163,8 @@ BEFORE:
|
|||||||
<div main>...</div>
|
<div main>...</div>
|
||||||
|
|
||||||
AFTER:
|
AFTER:
|
||||||
<ion-menu contentId="my-content"></ion-menu>
|
<ion-menu contentId="main-content"></ion-menu>
|
||||||
<div id="my-content">...</div>
|
<div id="main-content">...</div>
|
||||||
`);
|
`);
|
||||||
}
|
}
|
||||||
const content = this.contentId !== undefined
|
const content = this.contentId !== undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user