Skip to content

Commit 72fdcd9

Browse files
committed
docs(zh-cn): update data.md (from 465d94b)
1 parent d1f99b0 commit 72fdcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/pipeline/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ route: {
5757

5858
``` js
5959
route: {
60-
data: function () {
60+
data: function (transition) {
6161
return messageService
6262
.fetch(transition.to.params.messageId)
6363
.then(function (message) {

0 commit comments

Comments
 (0)