Skip to content

Commit

Permalink
fix(chips): update foundation import as per MDCWeb 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stasson committed Jul 16, 2018
1 parent cffa49d commit 6d8623e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chips/mdc-chip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</template>
applyPassive
<script>
import MDCChipFoundation from '@material/chips/chip/foundation'
import { MDCChipFoundation } from '@material/chips/chip/foundation'
import { CustomLinkMixin, emitCustomEvent, applyPassive } from '../base'
import { RippleBase } from '../ripple'
Expand Down

0 comments on commit 6d8623e

Please sign in to comment.