From 92f1344893691a1a1d76d5ed932bf22f27f85b67 Mon Sep 17 00:00:00 2001 From: Pan Date: Fri, 10 May 2019 13:58:58 +0800 Subject: [PATCH] feat[SvgIcon]: support import svg from href --- src/components/SvgIcon/index.vue | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue index 27da76cf..b07ded2a 100644 --- a/src/components/SvgIcon/index.vue +++ b/src/components/SvgIcon/index.vue @@ -1,10 +1,14 @@