Skip to content

Commit 05b707a

Browse files
committed
chore: update readme
1 parent b3a8994 commit 05b707a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A Vite plugin made for previewing and editing Vue components in Markdown and, of
2222
## Install
2323

2424
```bash
25-
pnpm add vite-plugin-vue-preview
25+
pnpm add vite-plugin-vue-preview@1
2626
```
2727

2828
## Features

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
## 安装
2323

2424
```bash
25-
pnpm add vite-plugin-vue-preview
25+
pnpm add vite-plugin-vue-preview@1
2626
```
2727

2828
## 特征

test/vitepress/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { isSpecialBooleanAttr } from '@vue/shared'
2727
## Install
2828

2929
```bash
30-
pnpm add vite-plugin-vue-preview
30+
pnpm add vite-plugin-vue-preview@1
3131
```
3232

3333
## Features

test/vitepress/zh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { isSpecialBooleanAttr } from '@vue/shared'
2727
## 安装
2828

2929
```bash
30-
pnpm add vite-plugin-vue-preview
30+
pnpm add vite-plugin-vue-preview@1
3131
```
3232

3333
## 特征

0 commit comments

Comments
 (0)