瀏覽代碼

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

Che Guevara 4 年之前
父節點
當前提交
a0cacc0d83
共有 1 個文件被更改,包括 1 次插入1 次删除
  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`
   )
 }