update Transfer to support SSR

This commit is contained in:
梁灏 2017-07-12 16:22:00 +08:00
parent c708835c0c
commit 7cc81ecbb5

View file

@ -248,7 +248,7 @@
this.splitData(false); this.splitData(false);
} }
}, },
created () { mounted () {
this.splitData(true); this.splitData(true);
} }
}; };