mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
docs(refresher): update error message
This commit is contained in:
@ -103,7 +103,7 @@ export class Refresher {
|
|||||||
await contentEl.componentOnReady();
|
await contentEl.componentOnReady();
|
||||||
this.scrollEl = contentEl.getScrollElement();
|
this.scrollEl = contentEl.getScrollElement();
|
||||||
} else {
|
} else {
|
||||||
console.error('ion-refresher didn\'t attached, make sure if parent is a ion-content');
|
console.error('ion-refresher did not attach, make sure the parent is an ion-content.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user