Skip to content

Commit b6c8775

Browse files
committed
fix(module): update compatibility to include nuxt 4
1 parent 3245467 commit b6c8775

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
@@ -34,7 +34,7 @@ export default defineNuxtModule<ModuleOptions>({
3434
version,
3535
configKey: "pdfmake",
3636
compatibility: {
37-
nuxt: "^3.0.0",
37+
nuxt: "^3.0.0 || ^4.0.0",
3838
},
3939
},
4040
// Default configuration options of the Nuxt module

0 commit comments

Comments
 (0)