@authing/vue-ui-components 3.1.16 → 3.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -177,5 +177,12 @@ export default {
177
177
  this.guardInstance.hide();
178
178
  },
179
179
  },
180
+
181
+ beforeUnmount() {
182
+ this.guardInstance.unmountComponent();
183
+ },
184
+ beforeDestroy() {
185
+ this.guardInstance.unmountComponent();
186
+ },
180
187
  };
181
188
  </script>