From 4ba398230741f86580196dd1498c1821ba8e1057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 24 Mar 2017 03:00:35 +0100 Subject: [PATCH] Add duration property in transition --- lib/app/components/nuxt-child.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/app/components/nuxt-child.js b/lib/app/components/nuxt-child.js index 0870396354..becc3b82a8 100644 --- a/lib/app/components/nuxt-child.js +++ b/lib/app/components/nuxt-child.js @@ -5,6 +5,7 @@ const transitionsKeys = [ 'mode', 'css', 'type', + 'duration', 'enterClass', 'leaveClass', 'enterActiveClass',