From 36bc6f0c2840f2d8ce711a469f3a54dfc5ab32d9 Mon Sep 17 00:00:00 2001 From: akameco Date: Tue, 5 Sep 2017 04:25:40 +0900 Subject: [PATCH] Fix typo --- examples/dynamic-components/pages/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dynamic-components/pages/index.vue b/examples/dynamic-components/pages/index.vue index c66cfacb68..d13ba0c937 100755 --- a/examples/dynamic-components/pages/index.vue +++ b/examples/dynamic-components/pages/index.vue @@ -44,7 +44,7 @@ ul { list-style: none; margin: 0; padding: 0; - with: 100%; + width: 100%; max-width: 300px; margin: auto; } @@ -67,4 +67,4 @@ ul li { opacity: 0; transform: translateY(20px); } - \ No newline at end of file +