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() {
|
||||
this._styleChildren();
|
||||
this.whenChanged();
|
||||
this.updateState();
|
||||
}
|
||||
|
||||
componentDidUnload() {
|
||||
@ -74,8 +74,9 @@ export class SplitPane {
|
||||
}
|
||||
}
|
||||
|
||||
@Watch('disabled')
|
||||
@Watch('when')
|
||||
protected whenChanged() {
|
||||
protected updateState() {
|
||||
if (this.isServer) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user