diff --git a/src/components/modal/modal.js b/src/components/modal/modal.js index 23a432601ba..0cd70acb421 100644 --- a/src/components/modal/modal.js +++ b/src/components/modal/modal.js @@ -223,7 +223,7 @@ export default Vue.extend({ is_transitioning: false, // Used for style control is_show: false, // Used for style control is_block: false, // Used for style control - is_opening: false, // To sginal that modal is in the process of opening + is_opening: false, // To signal that the modal is in the process of opening is_closing: false, // To signal that the modal is in the process of closing ignoreBackdropClick: false, // Used to signify if click out listener should ignore the click isModalOverflowing: false,