From efaf442a4c807ac2e451237c574fe3179851c6f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com>
Date: Fri, 8 Oct 2021 11:09:44 +0800
Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=20menu=20=E7=BB=84?=
=?UTF-8?q?=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/docs/zh-CN/components/iconPicker.md | 7 +++++-
docs/docs/zh-CN/components/menu.md | 28 ++++++++++++------------
docs/docs/zh-CN/guide/home.md | 4 ++--
docs/src/assets/logo-3.svg | 1 +
src/module/menu/index.vue | 15 ++++++++-----
src/module/menuChildItem/index.vue | 11 ++++++++--
src/module/menuItem/index.vue | 12 ++++++----
7 files changed, 50 insertions(+), 28 deletions(-)
create mode 100644 docs/src/assets/logo-3.svg
diff --git a/docs/docs/zh-CN/components/iconPicker.md b/docs/docs/zh-CN/components/iconPicker.md
index dc085be2..5e44d337 100644
--- a/docs/docs/zh-CN/components/iconPicker.md
+++ b/docs/docs/zh-CN/components/iconPicker.md
@@ -62,4 +62,9 @@ export default {
}
-:::
\ No newline at end of file
+:::
+
+| | | |
+|--|--|--|
+| v-model | 默认值 | -- |
+| page | 开启分页 | -- |
\ No newline at end of file
diff --git a/docs/docs/zh-CN/components/menu.md b/docs/docs/zh-CN/components/menu.md
index f301001a..335544a2 100644
--- a/docs/docs/zh-CN/components/menu.md
+++ b/docs/docs/zh-CN/components/menu.md
@@ -1,14 +1,14 @@
::: demo
-
-
-
-
+
+
+
+
-
-
-
+
+
+
@@ -30,14 +30,14 @@ export default {
::: demo
-
-
-
-
+
+
+
+
-
-
-
+
+
+
diff --git a/docs/docs/zh-CN/guide/home.md b/docs/docs/zh-CN/guide/home.md
index f093fc68..55a15fad 100644
--- a/docs/docs/zh-CN/guide/home.md
+++ b/docs/docs/zh-CN/guide/home.md
@@ -1,7 +1,7 @@
-
+
-layui(谐音:类 UI) 是 一 套 Vue 3.0 的 桌 面 端 组 件 库 , Layui 的 另 一 种 呈 现 方 式
+layui - vue(谐音:类 UI) 是 一 套 Vue 3.0 的 桌 面 端 组 件 库 , Layui 的 另 一 种 呈 现 方 式
diff --git a/docs/src/assets/logo-3.svg b/docs/src/assets/logo-3.svg
new file mode 100644
index 00000000..600cc902
--- /dev/null
+++ b/docs/src/assets/logo-3.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/module/menu/index.vue b/src/module/menu/index.vue
index d0565a02..58b75e76 100644
--- a/src/module/menu/index.vue
+++ b/src/module/menu/index.vue
@@ -7,15 +7,20 @@
diff --git a/src/module/menuChildItem/index.vue b/src/module/menuChildItem/index.vue
index ac2cf623..755cb790 100644
--- a/src/module/menuChildItem/index.vue
+++ b/src/module/menuChildItem/index.vue
@@ -1,14 +1,21 @@
-
+
{{ title }}
diff --git a/src/module/menuItem/index.vue b/src/module/menuItem/index.vue
index ef2c2cb3..2212ca51 100644
--- a/src/module/menuItem/index.vue
+++ b/src/module/menuItem/index.vue
@@ -1,5 +1,5 @@
-
+
{{ title }}
@@ -25,21 +25,25 @@