Skip to content

Commit

Permalink
chore!: 更新 markdown 插件依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Aug 16, 2023
1 parent 2ae681d commit 50ecf40
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ pnpm coverage
<br />
### [20. 支持 Markdown 渲染](https://github.com/antfu/vite-plugin-vue-markdown)
### [20. 支持 Markdown 渲染](https://github.com/antfu/unplugin-vue-markdown)
`markdown` 渲染可以用来书写一些简单的说明。
Expand All @@ -892,7 +892,7 @@ pnpm coverage
当然也支持在 `markdown` 中嵌入 `vue` 组件
具体可见 👉
[vite-plugin-vue-markdown](https://github.com/antfu/vite-plugin-vue-markdown)
[unplugin-vue-markdown](https://github.com/antfu/unplugin-vue-markdown)
<br />
<br />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"unocss": "^0.55.0",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"unplugin-vue-markdown": "^0.24.1",
"unplugin-vue-router": "^0.6.4",
"vite": "^4.4.9",
"vite-auto-import-resolvers": "^3.1.0",
Expand All @@ -82,7 +83,6 @@
"vite-plugin-removelog": "^0.2.1",
"vite-plugin-use-modules": "^1.4.5",
"vite-plugin-vue-devtools": "^0.5.1",
"vite-plugin-vue-markdown": "^0.23.8",
"vite-plugin-vue-meta-layouts": "^0.2.2",
"vite-plugin-warmup": "^0.1.0",
"vitest": "^0.34.1",
Expand Down
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion presets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { viteMockServe as Mock } from 'vite-plugin-mock'
import Removelog from 'vite-plugin-removelog'
import Modules from 'vite-plugin-use-modules'
import VueDevTools from 'vite-plugin-vue-devtools'
import Markdown from 'vite-plugin-vue-markdown'
import Markdown from 'unplugin-vue-markdown/vite'
import Layouts from 'vite-plugin-vue-meta-layouts'
import { warmup as Warmup } from 'vite-plugin-warmup'

Expand Down

0 comments on commit 50ecf40

Please sign in to comment.