daiwei 1 anno fa
parent
commit
547b870da3
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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
       }
     }