Skip to content

Commit 34a5023

Browse files
committed
chore: bump notion to 0.1.29, update nuxt config with css option
1 parent 37c65a8 commit 34a5023

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

demo/nuxt/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export default defineNuxtConfig({
66
meta: [{ charset: "utf-8" }, { name: "viewport", content: "width=device-width, initial-scale=1" }],
77
link: [{ rel: "icon", type: "image/png", href: "/logo.png" }],
88
},
9-
buildModules: ["vue3-notion/nuxt"],
9+
modules: [["vue3-notion/nuxt", { css: true }]],
1010
})

demo/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"dependencies": {
1212
"nuxt": "^3.0.0-rc.1",
13-
"vue3-notion": "^0.1.28"
13+
"vue3-notion": "^0.1.29"
1414
}
1515
}

demo/nuxt/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4653,10 +4653,10 @@ vue-router@4, vue-router@^4.0.14:
46534653
dependencies:
46544654
"@vue/devtools-api" "^6.0.0"
46554655

4656-
vue3-notion@^0.1.28:
4657-
version "0.1.28"
4658-
resolved "https://registry.yarnpkg.com/vue3-notion/-/vue3-notion-0.1.28.tgz#9a246f2d172014ca6a4e7c951ca8e63297929727"
4659-
integrity sha512-SJE8vfqnQzQxJNsyHifZrkSGOuwvGsBwdJ3oZK3+Ldhn517MgQOBeHgizChOUgHyTThw9iSxS30RU1Kta2YkHw==
4656+
vue3-notion@^0.1.29:
4657+
version "0.1.29"
4658+
resolved "https://registry.yarnpkg.com/vue3-notion/-/vue3-notion-0.1.29.tgz#7465f683f882eff6dc25165b13a1428df7a186e6"
4659+
integrity sha512-1H1Ms7mfy2egOy5IE2GSDlr/aqJ6loF8zKBCGC85But1woVotc+Wj8mXWXvX8K5DLolLlQSMrDAnrUGyHMQ9AQ==
46604660
dependencies:
46614661
"@nuxt/kit" "^3.0.0-rc.1"
46624662
fragment-for-vue "^1.0.1"

0 commit comments

Comments
 (0)