Skip to content

Commit

Permalink
fix: MdBadge do not accept color #1854 issue (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos Koikas authored and VdustR committed Jul 13, 2018
1 parent 2922afa commit 87cf617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MdBadge/MdBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
const staticClass = this.$vnode.data.staticClass
function filterClasses () {
staticClass.split(' ').filter(val => val).reduce((result, key) => {
return staticClass.split(' ').filter(val => val).reduce((result, key) => {
result[key] = true
return result
}, {})
Expand Down

0 comments on commit 87cf617

Please sign in to comment.