Commit 7cc81ecbb500294ac23d0b6742ebb5e59aab9979

Authored by 梁灏
1 parent c708835c

update Transfer to support SSR

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/transfer/transfer.vue
@@ -248,7 +248,7 @@ @@ -248,7 +248,7 @@
248 this.splitData(false); 248 this.splitData(false);
249 } 249 }
250 }, 250 },
251 - created () { 251 + mounted () {
252 this.splitData(true); 252 this.splitData(true);
253 } 253 }
254 }; 254 };