Skip to content

Commit

Permalink
Cell: Support number-inline-desc
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Sep 24, 2016
1 parent b8a88ed commit 17585d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cell/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
title: String,
value: [String, Number],
isLink: Boolean,
inlineDesc: String,
inlineDesc: [String, Number],
primary: {
type: String,
default: 'title'
Expand Down

0 comments on commit 17585d2

Please sign in to comment.