Skip to content

Commit

Permalink
fix: require stable nuxt 3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
P4sca1 committed Jan 6, 2023
1 parent a2ce492 commit 2431b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default defineNuxtModule<ModuleOptions>({
name: 'nuxt-headlessui',
configKey: 'headlessui',
compatibility: {
nuxt: '^3.0.0-rc.12',
nuxt: '^3.0.0',
bridge: true
}
},
Expand Down

0 comments on commit 2431b81

Please sign in to comment.