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.mdcSlider = MDCSlider.attachTo(this.$el)
this.mdcSlider.value = this.value
this.mdcSlider.min = this.min
this.mdcSlider.max = this.max
this.mdcSlider.step = this.step
this.mdcSlider.disabled = this.disabled
},
beforeDestroy () {