更新 按需 文档

This commit is contained in:
就眠儀式 2022-01-29 10:55:40 +08:00
parent 38ef80c00e
commit 7744014433

View File

@ -4,11 +4,13 @@
```
npm install @layui/layui-vue --save
```
:::describe 或
:::
```
yarn add @layui/layui-vue --save
```
:::describe 或
:::
```
pnpm install @layui/layui-vue --save
```
@ -45,12 +47,11 @@ app.component("LayButton", LayButton);
app.component("LayTable", LayTable);
app.mount('#app')
```
<br>
::: title 简单使用
::: title 基础示例
:::
```html