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

Commit

Permalink
feat(chips): Provide mdcChipSet for child chips
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed May 16, 2018
1 parent 4472ccf commit 23734b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/chips/ChipSet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ export default {
default: false
}
},
provide () {
return {
mdcChipSet: this
}
},
data () {
return {
mdcChipSet: undefined
Expand Down

0 comments on commit 23734b6

Please sign in to comment.