mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
@ -64,7 +64,7 @@ export class SplitPane {
|
|||||||
|
|
||||||
componentDidLoad() {
|
componentDidLoad() {
|
||||||
this._styleChildren();
|
this._styleChildren();
|
||||||
this.whenChanged();
|
this.updateState();
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidUnload() {
|
componentDidUnload() {
|
||||||
@ -74,8 +74,9 @@ export class SplitPane {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Watch('disabled')
|
||||||
@Watch('when')
|
@Watch('when')
|
||||||
protected whenChanged() {
|
protected updateState() {
|
||||||
if (this.isServer) {
|
if (this.isServer) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user