]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(shared): `feDistanceLight` changed to `feDistantLight` (#7540)
author白雾三语 <32354856+baiwusanyu-c@users.noreply.github.com>
Mon, 16 Jan 2023 08:46:56 +0000 (16:46 +0800)
committerGitHub <noreply@github.com>
Mon, 16 Jan 2023 08:46:56 +0000 (09:46 +0100)
close https://github.com/vuejs/core/issues/7535

packages/shared/src/domTagConfig.ts

index 916676dfbd62b431ee9117097ea2e0d7d6dec8dd..535aa6be71896dd4a6e69ff4f305ceeb94ef7dc1 100644 (file)
@@ -19,7 +19,7 @@ const SVG_TAGS =
   'svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,' +
   'defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,' +
   'feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,' +
-  'feDistanceLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,' +
+  'feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,' +
   'feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,' +
   'fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,' +
   'foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,' +