Skip to content

Commit 66ebb17

Browse files
committed
Merge pull request vuejs#2683 from rmcdaniel/dev
Fix typo, should be transition, not v-transition
2 parents 8b847e2 + 8fa6244 commit 66ebb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/modal/modal.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
/*
4343
* the following styles are auto-applied to elements with
44-
* v-transition="modal" when their visibility is toggled
44+
* transition="modal" when their visibility is toggled
4545
* by Vue.js.
4646
*
4747
* You can easily play with the modal transition by editing

0 commit comments

Comments
 (0)