Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed May 19, 2022
1 parent 6933724 commit 6bf67fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/pro-layout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Ant Design Pro Layout

<div align="center">

[![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)
[![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)

</div>

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


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

## Install

```bash
# yarn
yarn add @ant-design-vue/pro-layout@next
yarn add @ant-design-vue/pro-layout
# npm
npm i @ant-design-vue/pro-layout@next -S
npm i @ant-design-vue/pro-layout -S
```

### Simple Usage
Expand Down

0 comments on commit 6bf67fe

Please sign in to comment.