Ver Fonte

chore: fix warning in ref-transform (#4643) [ci skip]

Che Guevara há 4 anos atrás
pai
commit
a0cacc0d83
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/ref-transform/src/refTransform.ts

+ 1 - 1
packages/ref-transform/src/refTransform.ts

@@ -466,6 +466,6 @@ function warnOnce(msg: string) {
 
 function warn(msg: string) {
   console.warn(
-    `\x1b[1m\x1b[33m[@vue/compiler-sfc]\x1b[0m\x1b[33m ${msg}\x1b[0m\n`
+    `\x1b[1m\x1b[33m[@vue/ref-transform]\x1b[0m\x1b[33m ${msg}\x1b[0m\n`
   )
 }