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

Commit

Permalink
feat(textfield): Change HTML Tag
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Please upgrade your textfields from <m-text-field> to
<m-textfield>
  • Loading branch information
matsp committed Mar 13, 2018
1 parent 92a2ab8 commit 05a5c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/textfield/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { initPlugin } from '../'

const plugin = {
install (vm) {
vm.component('m-text-field', Textfield)
vm.component('m-text-field-helptext', TextfieldHelptext)
vm.component('m-textfield', Textfield)
vm.component('m-textfield-helptext', TextfieldHelptext)
}
}
export default plugin
Expand Down

0 comments on commit 05a5c73

Please sign in to comment.