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

This commit is contained in:
Che Guevara 2021-09-21 12:12:20 -05:00 committed by GitHub
parent 56be30b5c7
commit a0cacc0d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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`
)
}