Skip to content

Commit

Permalink
fix(MdChips): add labels for static chips (#1329)
Browse files Browse the repository at this point in the history
let developers choose what to show from outside

fix #1327
  • Loading branch information
VdustR authored and marcosmoura committed Dec 22, 2017
1 parent 03a9425 commit b7094cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MdChips/MdChips.vue
@@ -1,6 +1,6 @@
<template>
<md-field class="md-chips" :class="[$mdActiveTheme, chipsClasses]">
<slot v-if="!mdStatic" />
<slot />

<md-chip
v-for="(chip, key) in value"
Expand Down

0 comments on commit b7094cb

Please sign in to comment.