From 77440144330df8a3d87ae1a0878a6d9afddfbbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Sat, 29 Jan 2022 10:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E6=8C=89=E9=9C=80=20?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/docs/zh-CN/guide/getStarted.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/example/docs/zh-CN/guide/getStarted.md b/example/docs/zh-CN/guide/getStarted.md index 5f9d3b45..da40562f 100644 --- a/example/docs/zh-CN/guide/getStarted.md +++ b/example/docs/zh-CN/guide/getStarted.md @@ -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') - ```
-::: title 简单使用 +::: title 基础示例 ::: ```html