diff --git a/example/docs/zh-CN/components/modal.md b/example/docs/zh-CN/components/modal.md
index bf3fe7c0..04ece073 100644
--- a/example/docs/zh-CN/components/modal.md
+++ b/example/docs/zh-CN/components/modal.md
@@ -130,6 +130,39 @@ export default {
:::
+::: title 尺寸拉伸
+:::
+
+::: demo
+
+
+ 尺寸拉伸
+
+ 内容
+
+
+
+
+
+:::
+
::: title 远程窗体
:::
diff --git a/package.json b/package.json
index 482b0609..8ff46ba1 100644
--- a/package.json
+++ b/package.json
@@ -30,14 +30,14 @@
"peerDependencies": {
"@layui/hooks-vue": "^0.1.6",
"@layui/icons-vue": "^1.0.1",
- "@layui/layer-vue": "^1.1.9",
+ "@layui/layer-vue": "^1.2.0",
"vue": "^3.2.26",
"vue-router": "^4.0.12"
},
"dependencies": {
"@layui/hooks-vue": "^0.1.6",
"@layui/icons-vue": "^1.0.1",
- "@layui/layer-vue": "^1.1.9",
+ "@layui/layer-vue": "^1.2.0",
"evtd": "^0.2.3",
"vue": "^3.2.26",
"vue-router": "^4.0.12"