@authing/vue-ui-components 3.1.24 → 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.
@@ -181,5 +181,8 @@ export default {
181
181
  beforeUnmount() {
182
182
  this.guardInstance.unmountComponent();
183
183
  },
184
+ beforeDestroy() {
185
+ this.guardInstance.unmountComponent();
186
+ },
184
187
  };
185
188
  </script>