Skip to content

Commit 6bf67fe

Browse files
committed
docs: update README.md
1 parent 6933724 commit 6bf67fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/pro-layout/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Ant Design Pro Layout
44

55
<div align="center">
66

7-
[![NPM version](https://img.shields.io/npm/v/@ant-design-vue/pro-layout/next?style=flat)](https://npmjs.org/package/@ant-design-vue/pro-layout) [![Vue Support](https://img.shields.io/badge/support-Vue3-green?style=flat)](./package.json) [![Vue Grammar Level](https://img.shields.io/badge/full-Composition%20API-blue?style=flat)](https://v3.vuejs.org/guide/composition-api-introduction.html) [![NPM downloads](http://img.shields.io/npm/dm/@ant-design-vue/pro-layout.svg?style=flat)](https://npmjs.org/package/@ant-design-vue/pro-layout) [![License](https://img.shields.io/github/license/vueComponent/pro-layout)](./LICENSE)
7+
[![NPM version](https://img.shields.io/npm/v/@ant-design-vue/pro-layout/latest?style=flat)](https://npmjs.org/package/@ant-design-vue/pro-layout) [![Vue Support](https://img.shields.io/badge/support-Vue3-green?style=flat)](./package.json) [![Vue Grammar Level](https://img.shields.io/badge/full-Composition%20API-blue?style=flat)](https://v3.vuejs.org/guide/composition-api-introduction.html) [![NPM downloads](http://img.shields.io/npm/dm/@ant-design-vue/pro-layout.svg?style=flat)](https://npmjs.org/package/@ant-design-vue/pro-layout) [![License](https://img.shields.io/github/license/vueComponent/pro-layout)](./LICENSE)
88

99
</div>
1010

@@ -23,17 +23,17 @@ Recommend look [Examples](./examples/) or [Use Template](https://github.com/send
2323

2424

2525
## Branch
26-
- next : Vue3 + [email protected] (beta)
26+
- next : Vue3 + [email protected] (latest)
2727
- v3.1 : Vue3 + [email protected] (release LTS)
2828
- v2 : Vue2 + [email protected]
2929

3030
## Install
3131

3232
```bash
3333
# yarn
34-
yarn add @ant-design-vue/pro-layout@next
34+
yarn add @ant-design-vue/pro-layout
3535
# npm
36-
npm i @ant-design-vue/pro-layout@next -S
36+
npm i @ant-design-vue/pro-layout -S
3737
```
3838

3939
### Simple Usage

0 commit comments

Comments
 (0)