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

Commit

Permalink
fix(list): Correct component names for instantiation (close #111)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed May 23, 2018
1 parent 7437948 commit f980270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const plugin = {
vm.component('m-list', List)
vm.component('m-list-divider', ListDivider)
vm.component('m-list-group', ListGroup)
vm.component('m-list-list-group-divider', ListGroupDivider)
vm.component('m-list-list-group-subheader', ListGroupSubheader)
vm.component('m-list-group-divider', ListGroupDivider)
vm.component('m-list-group-subheader', ListGroupSubheader)
vm.component('m-list-item', ListItem)
}
}
Expand Down

0 comments on commit f980270

Please sign in to comment.