@@ -315,6 +315,9 @@ export default {
mounted() {
this.run();
},
+ beforeDestroy() {
+ this.$Spin.hide();
+ },
methods: {
...mapMutations(["updateIsDoingFaceLiveness"]),
async fetchData() {