Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
mounted () {
if (!(this.getIndicator instanceof Function)) { // standalone
this.mdcTabIndicator = MDCTabIndicator.attachTo(this.$el)
}
// todo: get instance from parent when mounted
},
beforeDestroy () {