chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
7cc81ecbb500294ac23d0b6742ebb5e59aab9979
Authored by
梁灏
2017-07-12 16:22:00 +0800
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
Inline
Side-by-side
src/components/transfer/transfer.vue
Wrap text
Show/Hide comments
View file @
7cc81ec
...
...
@@ -248,7 +248,7 @@
248
248
this.splitData(false);
249
249
}
250
250
},
251
-
crea
ted () {
251
+
moun
ted () {
252
252
this.splitData(true);
253
253
}
254
254
};
...
...