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 2f74f96 commit fb8416bCopy full SHA for fb8416b
packages/vue-jsx-vapor/src/nuxt.ts
@@ -9,7 +9,7 @@ export interface ModuleOptions extends Options {}
9
export default defineNuxtModule<ModuleOptions>({
10
meta: {
11
name: 'nuxt-vue-jsx-vapor',
12
- configKey: 'unpluginStarter',
+ configKey: 'jsxVapor',
13
},
14
setup(options) {
15
addVitePlugin(() => vite(options))
0 commit comments