Skip to content

Commit f61958e

Browse files
committed
fix: fix debug name
1 parent ffe7dc5 commit f61958e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Context } from './context'
1010
import transformComponent from './transforms/component'
1111
import transformDirectives from './transforms/directive'
1212

13-
const debug = Debug('unplugin-vue-components:transform:vue2')
13+
const debug = Debug('unplugin-vue-components:transformer')
1414

1515
export default (ctx: Context, version: 'vue2'|'vue3'): Transformer => {
1616
return async(code, id, path) => {

0 commit comments

Comments
 (0)