Skip to content

Commit a0cacc0

Browse files
authored
chore: fix warning in ref-transform (#4643) [ci skip]
1 parent 56be30b commit a0cacc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ref-transform/src/refTransform.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,6 @@ function warnOnce(msg: string) {
466466

467467
function warn(msg: string) {
468468
console.warn(
469-
`\x1b[1m\x1b[33m[@vue/compiler-sfc]\x1b[0m\x1b[33m ${msg}\x1b[0m\n`
469+
`\x1b[1m\x1b[33m[@vue/ref-transform]\x1b[0m\x1b[33m ${msg}\x1b[0m\n`
470470
)
471471
}

0 commit comments

Comments
 (0)