From 2f349a7270acfdb8867acd10ddd66f1741e3433a Mon Sep 17 00:00:00 2001 From: Ze Bateira Date: Thu, 8 Apr 2021 15:16:12 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20show=20SVGs=20on=20404=20page=20?= =?UTF-8?q?=E2=80=93=20use=20href=20instead=20of=20xlink:href?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit full browser support: https://caniuse.com/mdn-svg_elements_use_href --- src/.vuepress/theme/components/base/SVGIcon.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/.vuepress/theme/components/base/SVGIcon.vue b/src/.vuepress/theme/components/base/SVGIcon.vue index a9232469..778bbc4b 100644 --- a/src/.vuepress/theme/components/base/SVGIcon.vue +++ b/src/.vuepress/theme/components/base/SVGIcon.vue @@ -8,10 +8,7 @@ :viewBox="icon.viewBox" > {{ title }} - +