Explorar el Código

Fix typo, should be transition, not v-transition

Richard McDaniel hace 10 años
padre
commit
8fa624463c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
- * v-transition="modal" when their visibility is toggled
+ * transition="modal" when their visibility is toggled
  * by Vue.js.
  *
  * You can easily play with the modal transition by editing