From c62a5bdf10c1330a31c9e191570c8ef0e2ea7592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Wed, 10 Oct 2018 20:42:23 +0800 Subject: [PATCH] fix icon template --- packages/icon/config/template.css | 2 +- packages/vant-css/src/icon.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/icon/config/template.css b/packages/icon/config/template.css index bc5e264fb..9f3fadb03 100644 --- a/packages/icon/config/template.css +++ b/packages/icon/config/template.css @@ -23,4 +23,4 @@ content: "\<%= glyph.codePoint %>"; } -<% }); %> +<% }); %> \ No newline at end of file diff --git a/packages/vant-css/src/icon.css b/packages/vant-css/src/icon.css index bf1a085f6..f8c4ebedf 100644 --- a/packages/vant-css/src/icon.css +++ b/packages/vant-css/src/icon.css @@ -394,4 +394,3 @@ .van-icon-wechat::before { content: "\F05D"; } -