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 ffe7dc5 commit f61958eCopy full SHA for f61958e
src/core/transformer.ts
@@ -10,7 +10,7 @@ import { Context } from './context'
10
import transformComponent from './transforms/component'
11
import transformDirectives from './transforms/directive'
12
13
-const debug = Debug('unplugin-vue-components:transform:vue2')
+const debug = Debug('unplugin-vue-components:transformer')
14
15
export default (ctx: Context, version: 'vue2'|'vue3'): Transformer => {
16
return async(code, id, path) => {
0 commit comments