From 8fa624463c184ca5b98bbfa53749dbb41253b1f9 Mon Sep 17 00:00:00 2001 From: Richard McDaniel Date: Sat, 16 Apr 2016 12:00:33 -0500 Subject: [PATCH] Fix typo, should be transition, not v-transition --- examples/modal/modal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/modal/modal.css b/examples/modal/modal.css index 6100a96e306..0fdde9790c2 100644 --- a/examples/modal/modal.css +++ b/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