Przeglądaj źródła

[autofix.ci] apply automated fixes

autofix-ci[bot] 11 miesięcy temu
rodzic
commit
74dfcf7381

+ 1 - 1
packages/compiler-sfc/__tests__/compileStyle.spec.ts

@@ -247,7 +247,7 @@ color: red
       .div[data-v-test]:is(.foo:hover) { color: blue;
       }"
     `)
-    
+
     expect(compileScoped(`#app :is(.foo) { color: red; }`))
       .toMatchInlineSnapshot(`
       "#app :is(.foo[data-v-test]) { color: red;