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 {