Skip to content

Commit fb8416b

Browse files
Change configKey from 'unpluginStarter' to 'jsxVapor' (#20)
change the placeholder nuxt module config key to a unique one for vue jsx vapor
1 parent 2f74f96 commit fb8416b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-jsx-vapor/src/nuxt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface ModuleOptions extends Options {}
99
export default defineNuxtModule<ModuleOptions>({
1010
meta: {
1111
name: 'nuxt-vue-jsx-vapor',
12-
configKey: 'unpluginStarter',
12+
configKey: 'jsxVapor',
1313
},
1414
setup(options) {
1515
addVitePlugin(() => vite(options))

0 commit comments

Comments
 (0)