From 79eeed7d592b0ee36ebfa247214c4cc58c6433d0 Mon Sep 17 00:00:00 2001 From: Pan Date: Fri, 24 May 2019 16:57:40 +0800 Subject: [PATCH] feat[SvgIcon]: support import svg from url --- 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 27da76c..b07ded2 100644 --- a/src/components/SvgIcon/index.vue +++ b/src/components/SvgIcon/index.vue @@ -1,10 +1,14 @@