chore: fix warning in ref-transform (#4643) [ci skip]
This commit is contained in:
parent
56be30b5c7
commit
a0cacc0d83
@ -466,6 +466,6 @@ function warnOnce(msg: string) {
|
|||||||
|
|
||||||
function warn(msg: string) {
|
function warn(msg: string) {
|
||||||
console.warn(
|
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`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user