更新 按需 文档
This commit is contained in:
parent
38ef80c00e
commit
7744014433
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user