daiwei 1 rok temu
rodzic
commit
547b870da3
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      packages/compiler-sfc/src/style/pluginScoped.ts

+ 0 - 1
packages/compiler-sfc/src/style/pluginScoped.ts

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