Преглед изворни кода

Fix typo, should be transition, not v-transition

Richard McDaniel пре 10 година
родитељ
комит
8fa624463c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/modal/modal.css

+ 1 - 1
examples/modal/modal.css

@@ -41,7 +41,7 @@
 
 
 /*
 /*
  * the following styles are auto-applied to elements with
  * the following styles are auto-applied to elements with
- * v-transition="modal" when their visibility is toggled
+ * transition="modal" when their visibility is toggled
  * by Vue.js.
  * by Vue.js.
  *
  *
  * You can easily play with the modal transition by editing
  * You can easily play with the modal transition by editing