Unverified Commit ca937412 authored by Sendya's avatar Sendya

docs: update README.md

parent e5e11069
...@@ -5,13 +5,13 @@ English | [简体中文](./README.zh-CN.md) ...@@ -5,13 +5,13 @@ English | [简体中文](./README.zh-CN.md)
## Usage ## Usage
```bash ```bash
npm i @vue-component/pro-layout --save npm i @ant-design-vue/pro-layout --save
// or // or
yarn add @vue-component/pro-layout yarn add @ant-design-vue/pro-layout
``` ```
```jsx ```jsx
import ProLayout from '@vue-component/pro-layout' import ProLayout from '@ant-design-vue/pro-layout'
export default { export default {
name: 'BasicLayout', name: 'BasicLayout',
......
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
## 使用 ## 使用
```bash ```bash
npm i @vue-component/pro-layout --save npm i @ant-design-vue/pro-layout --save
// or // or
yarn add @vue-component/pro-layout yarn add @ant-design-vue/pro-layout
``` ```
```jsx ```jsx
import ProLayout from '@vue-component/pro-layout' import ProLayout from '@ant-design-vue/pro-layout'
export default { export default {
name: 'BasicLayout', name: 'BasicLayout',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment