Skip to content

Commit 416913e

Browse files
authored
fix: update nuxt compatibility
1 parent 5b9a39e commit 416913e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineNuxtModule({
55
name: "vue3-notion",
66
configKey: "notion",
77
compatibility: {
8-
nuxt: "^3.0.0",
8+
nuxt: "^3.0.0-rc.8",
99
},
1010
},
1111
setup(options, nuxt) {

0 commit comments

Comments
 (0)