diff --git a/docs/examples-docs/popup.md b/docs/examples-docs/popup.md index 2a1049078..8fc181920 100644 --- a/docs/examples-docs/popup.md +++ b/docs/examples-docs/popup.md @@ -35,6 +35,13 @@ export default { }, 2000); } } + }, + + methods: { + handlePopupButtonClick() { + this.popupShow1 = false; + this.popupShow4 = true; + } } }; @@ -49,7 +56,7 @@ export default { 从下方弹出popup - 从中间弹出popup + 从中间弹出popup
@@ -69,6 +76,9 @@ export default {
从中间弹出popup
+ + 从中间弹出popup +