Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
Update Textfield.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp authored Oct 2, 2017
1 parent 6a2b034 commit 5e8ef16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Textfield/Textfield.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ export default {
}
},
mounted() {
this.mdcTextfield = new MDCTextfield(this.$el)
if (this.interactive && this.box)
this.mdcRipple = new MDCRipple(this.$el)
//this.mdcTextfield = new MDCTextfield(this.$el)
//if (this.interactive && this.box)
// this.mdcRipple = new MDCRipple(this.$el)
},
destroyed() {
this.mdcTextfield.destroy()
Expand Down

0 comments on commit 5e8ef16

Please sign in to comment.