Skip to content

Commit

Permalink
fix: update nuxt compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia authored Sep 5, 2022
1 parent 5b9a39e commit 416913e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineNuxtModule({
name: "vue3-notion",
configKey: "notion",
compatibility: {
nuxt: "^3.0.0",
nuxt: "^3.0.0-rc.8",
},
},
setup(options, nuxt) {
Expand Down

2 comments on commit 416913e

@vercel
Copy link

@vercel vercel bot commented on 416913e Sep 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue3-notion – ./demo/nuxt

vue3-notion-git-master-zernonia.vercel.app
vue3-notion.vercel.app
vue3-notion-zernonia.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 416913e Sep 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.