Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
mounted() {
this.flipInstance = new Flipper({
element: this.$el,
spring: this.spring,
...(this.staggerConfig ? { staggerConfig: this.staggerConfig } : null)
});
this.ready = true;
},
beforeUpdate() {