Skip to content

Commit 937ca2e

Browse files
feat: add nuxt 4 compatibility
1 parent f808b97 commit 937ca2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineNuxtModule<ModuleOptions>({
1414
name: '@cssninja/nuxt-toaster',
1515
configKey: 'toaster',
1616
compatibility: {
17-
nuxt: '^3.0.0-rc.9'
17+
nuxt: '^3.0.0-0 || ^4.0.0-0'
1818
}
1919
},
2020
defaults: {

0 commit comments

Comments
 (0)