10000
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 f79ebe6 commit 413dc0cCopy full SHA for 413dc0c
src/core/context.ts
@@ -15,7 +15,7 @@ const debug = {
15
components: Debug('unplugin-vue-components:context:components'),
16
search: Debug('unplugin-vue-components:context:search'),
17
hmr: Debug('unplugin-vue-components:context:hmr'),
18
- decleration: Debug('unplugin-vue-components:decleration'),
+ declaration: Debug('unplugin-vue-components:declaration'),
19
env: Debug('unplugin-vue-components:env'),
20
}
21
@@ -282,7 +282,7 @@ export class Context {
282
if (!this.options.dts)
283
return
284
285
- debug.decleration('generating')
+ debug.declaration('generating')
286
return writeDeclaration(this, this.options.dts, removeUnused)
287
288
0 commit comments