Skip to content

Commit b7094cb

Browse files
VdustRmarcosmoura
authored andcommitted
fix(MdChips): add labels for static chips (#1329)
let developers choose what to show from outside fix #1327
1 parent 03a9425 commit b7094cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MdChips/MdChips.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<md-field class="md-chips" :class="[$mdActiveTheme, chipsClasses]">
3-
<slot v-if="!mdStatic" />
3+
<slot />
44

55
<md-chip
66
v-for="(chip, key) in value"

0 commit comments

Comments
 (0)