]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix warning in ref-transform (#4643) [ci skip]
authorChe Guevara <836934184@qq.com>
Tue, 21 Sep 2021 17:12:20 +0000 (12:12 -0500)
committerGitHub <noreply@github.com>
Tue, 21 Sep 2021 17:12:20 +0000 (13:12 -0400)
packages/ref-transform/src/refTransform.ts

index bfed7311b84f21ac70980b2a2d80ded0f07db9e2..d577347661ce5afae00520cc6cea594cc081088f 100644 (file)
@@ -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`
   )
 }