]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update edison/fix/styleScope 12908/head
authordaiwei <daiwei521@126.com>
Wed, 19 Feb 2025 00:47:29 +0000 (08:47 +0800)
committerdaiwei <daiwei521@126.com>
Wed, 19 Feb 2025 00:47:29 +0000 (08:47 +0800)
packages/compiler-sfc/src/style/pluginScoped.ts

index 5573289f160e4e0e56106c7606992978288f6aa5..0fee50fe4e53716736b20b2ff15d4761256f3a14 100644 (file)
@@ -219,7 +219,6 @@ function rewriteSelector(
       // .foo * -> .foo *[xxxxxxx]
       if (node) {
         node = n
-        shouldInject = true
         return
       }
     }