There was an error while loading. Please reload this page.
1 parent dbd05bb commit 0fe04e8Copy full SHA for 0fe04e8
example/playground/nuxt.config.ts
@@ -8,7 +8,7 @@ export default defineNuxtConfig({
8
hooks: {
9
'my-module:init'(sharedType) {
10
// @ts-expect-error invalid assignment
11
- const b: number = sharedType
+ const _b: number = sharedType
12
},
13
14
})
0 commit comments