Skip to content

Commit

Permalink
fix: body scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Mar 30, 2022
1 parent 3802dab commit 359406d
Show file tree
Hide file tree
Showing 4 changed files with 900 additions and 853 deletions.
2 changes: 1 addition & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ declare global {
const createApp: typeof import('vue')['createApp']
const createEventHook: typeof import('@vueuse/core')['createEventHook']
const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
Expand All @@ -39,7 +40,6 @@ declare global {
const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
const markRaw: typeof import('vue')['markRaw']
const nextTick: typeof import('vue')['nextTick']
const note: typeof import('@vueuse/core')['note']
const onActivated: typeof import('vue')['onActivated']
const onBeforeMount: typeof import('vue')['onBeforeMount']
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,39 @@
"dev": "vite --port 9527 --open --host",
"build": "vite-ssg build"
},
"prettier": "@qxy/prettier-config",
"prettier": "@ntnyq/prettier-config",
"devDependencies": {
"@iconify/json": "^2.1.16",
"@iconify/json": "^2.1.21",
"@ntnyq/prettier-config": "^0.3.1",
"@octokit/rest": "^18.12.0",
"@qxy/prettier-config": "^0.3.0",
"@types/fs-extra": "^9.0.13",
"@types/markdown-it": "^12.2.3",
"@types/node": "^17.0.21",
"@types/node": "^17.0.23",
"@types/nprogress": "^0.2.0",
"@unocss/reset": "^0.29.0",
"@unocss/reset": "^0.30.7",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/server-renderer": "^3.2.31",
"dayjs": "^1.11.0",
"gray-matter": "^4.0.3",
"husky": "^7.0.4",
"lint-staged": "^12.3.6",
"lint-staged": "^12.3.7",
"markdown-it": "^12.3.2",
"markdown-it-prism": "^2.2.3",
"prettier": "^2.6.0",
"typescript": "^4.6.2",
"unocss": "^0.29.0",
"unplugin-auto-import": "^0.6.6",
"unplugin-icons": "^0.13.4",
"unplugin-vue-components": "^0.18.0",
"prettier": "^2.6.1",
"pug": "^3.0.2",
"typescript": "^4.6.3",
"unocss": "^0.30.7",
"unplugin-auto-import": "^0.6.8",
"unplugin-icons": "^0.14.1",
"unplugin-vue-components": "^0.18.5",
"vite": "^2.8.6",
"vite-plugin-md": "^0.11.9",
"vite-plugin-md": "^0.12.4",
"vite-plugin-pages": "^0.22.0",
"vite-plugin-pwa": "^0.11.13",
"vite-ssg": "^0.19.0"
},
"dependencies": {
"@vueuse/core": "^8.1.1",
"@vueuse/core": "^8.2.0",
"@vueuse/head": "^0.7.5",
"nprogress": "^0.2.0",
"prism-theme-vars": "^0.2.2",
Expand Down

0 comments on commit 359406d

Please sign in to comment.