mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(Ion): Base component class
This commit is contained in:
@@ -57,8 +57,8 @@ export class Aside {
|
||||
}
|
||||
|
||||
onInit() {
|
||||
console.log('Aside content', this.content);
|
||||
this.contentElement = (this.content instanceof Node) ? this.content : this.content.ele;
|
||||
this.contentElement = (this.content instanceof Node) ? this.content : this.content.getNativeElement();
|
||||
console.log('Aside content', this.content, this.contentElement);
|
||||
|
||||
Aside.applyConfig(this);
|
||||
this.gestureDelegate = Aside.getDelegate(this, 'gesture');
|
||||
|
||||
Reference in New Issue
Block a user