From 416913e601fe871c52bbf3d179db4182dbb223a2 Mon Sep 17 00:00:00 2001 From: zernonia <59365435+zernonia@users.noreply.github.com> Date: Mon, 5 Sep 2022 12:43:29 +0800 Subject: [PATCH] fix: update nuxt compatibility --- nuxt/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt/index.ts b/nuxt/index.ts index 73d29d5..f7ca240 100644 --- a/nuxt/index.ts +++ b/nuxt/index.ts @@ -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) {