Skip to content

Commit e02c677

Browse files
committed
update demo version
1 parent b278e84 commit e02c677

File tree

7 files changed

+14
-32
lines changed

7 files changed

+14
-32
lines changed

demo/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"dependencies": {
1212
"@nuxt/kit-edge": "^3.0.0-27449998.32cf973",
1313
"nuxt3": "^3.0.0-27449998.32cf973",
14-
"vue3-notion": "^0.1.12"
14+
"vue3-notion": "^0.1.26"
1515
}
1616
}

demo/nuxt/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4432,10 +4432,10 @@ vue-server-renderer@^2.6.14:
44324432
serialize-javascript "^3.1.0"
44334433
source-map "0.5.6"
44344434

4435-
vue3-notion@^0.1.12:
4436-
version "0.1.12"
4437-
resolved "https://registry.yarnpkg.com/vue3-notion/-/vue3-notion-0.1.12.tgz#59d1e657297462ac8202bb3c8e1fc5fcb6f829e1"
4438-
integrity sha512-f+JHa6PweKW4P0bVHJQOan9FFRYyxzjIdsTX8YofcJTWc1dlkuBHpK4+NyLOzkf9ZctVecRHuG0uT4lSvRi/WA==
4435+
vue3-notion@^0.1.26:
4436+
version "0.1.26"
4437+
resolved "https://registry.yarnpkg.com/vue3-notion/-/vue3-notion-0.1.26.tgz#d63c49b2ffb2fbf64962ae5a7cd30fdb2f9989df"
4438+
integrity sha512-JeZ3upG5Ql5MSlok01LTqC/tjIVhy1VEy6SiPAs/+EuTevwfiWHSvFjOYNFD+go7PGr/dgqKgPVs9NikwLYlLg==
44394439
dependencies:
44404440
"@nuxt/kit-edge" "^3.0.0-27449998.32cf973"
44414441
fragment-for-vue "^1.0.1"

demo/vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"version": "0.0.0",
55
"scripts": {
66
"dev": "vite",
7-
"build": "vue-tsc --noEmit && vite build",
7+
"build": "vite build",
88
"preview": "vite preview"
99
},
1010
"dependencies": {
1111
"vue": "^3.2.25",
1212
"vue-router": "^4.0.14",
13-
"vue3-notion": "^0.1.16"
13+
"vue3-notion": "^0.1.26"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "^2.2.0",
1717
"typescript": "^4.5.4",
18-
"vite": "^2.8.0",
18+
"vite": "^2.8.6",
1919
"vue-tsc": "^0.29.8"
2020
}
2121
}

demo/vue/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ util-deprecate@~1.0.1:
16551655
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
16561656
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
16571657

1658-
vite@^2.8.0:
1658+
vite@^2.8.6:
16591659
version "2.8.6"
16601660
resolved "https://registry.yarnpkg.com/vite/-/vite-2.8.6.tgz#32d50e23c99ca31b26b8ccdc78b1d72d4d7323d3"
16611661
integrity sha512-e4H0QpludOVKkmOsRyqQ7LTcMUDF3mcgyNU4lmi0B5JUbe0ZxeBBl8VoZ8Y6Rfn9eFKYtdXNPcYK97ZwH+K2ug==
@@ -1816,10 +1816,10 @@ vue-tsc@^0.29.8:
18161816
"@volar/shared" "0.29.8"
18171817
vscode-vue-languageservice "0.29.8"
18181818

1819-
vue3-notion@^0.1.16:
1820-
version "0.1.16"
1821-
resolved "https://registry.yarnpkg.com/vue3-notion/-/vue3-notion-0.1.16.tgz#dcb15bbb5f5a431ac24942c44842a822eaf7f2aa"
1822-
integrity sha512-3b+h/Q2nHXFVaUfXnNT6fO6EBxm23qMfgcF/F2rLnKJoGFRsbKpUiT+Fxk+C2PptAc+xwsdeZdVxHdPOVtOBMA==
1819+
vue3-notion@^0.1.26:
1820+
version "0.1.26"
1821+
resolved "https://registry.yarnpkg.com/vue3-notion/-/vue3-notion-0.1.26.tgz#d63c49b2ffb2fbf64962ae5a7cd30fdb2f9989df"
1822+
integrity sha512-JeZ3upG5Ql5MSlok01LTqC/tjIVhy1VEy6SiPAs/+EuTevwfiWHSvFjOYNFD+go7PGr/dgqKgPVs9NikwLYlLg==
18231823
dependencies:
18241824
"@nuxt/kit-edge" "^3.0.0-27449998.32cf973"
18251825
fragment-for-vue "^1.0.1"

src/App.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,4 @@
33
<router-view :key="$route.params.id"></router-view>
44
</div>
55
</template>
6-
7-
<style>
8-
body {
9-
margin: 0;
10-
box-sizing: border-box;
11-
}
12-
</style>
6+

src/view/Index.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,3 @@ const { data: blockMap } = useGetPageBlocks("4b2dc28a5df74034a943f8c8e639066a")
2929
</div>
3030
</template>
3131

32-
<style>
33-
body {
34-
margin: 0;
35-
box-sizing: border-box;
36-
}
37-
</style>

src/view/Page.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,3 @@ onMounted(async () => {
2525
</div>
2626
</template>
2727

28-
<style>
29-
body {
30-
margin: 0;
31-
box-sizing: border-box;
32-
}
33-
</style>

0 commit comments

Comments
 (0)