update Transfer to support SSR
This commit is contained in:
parent
c708835c0c
commit
7cc81ecbb5
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@
|
||||||
this.splitData(false);
|
this.splitData(false);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created () {
|
mounted () {
|
||||||
this.splitData(true);
|
this.splitData(true);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue