Skip to content

Commit 73d5edc

Browse files
committed
Merge pull request #127 from vuejs-jp/fix/component-guide
Fix assets option name on component guide
2 parents 7d0e78d + 58aee7a commit 73d5edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ var MyComponent = Vue.extend({
567567
partials: {
568568
// ...
569569
},
570-
effects: {
570+
transitions: {
571571
// ...
572572
}
573573
})

0 commit comments

Comments
 (0)