We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56be30b commit a0cacc0Copy full SHA for a0cacc0
packages/ref-transform/src/refTransform.ts
@@ -466,6 +466,6 @@ function warnOnce(msg: string) {
466
467
function warn(msg: string) {
468
console.warn(
469
- `\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`
470
)
471
}
0 commit comments