Add count to prop editor
This commit is contained in:
parent
44b94aa219
commit
57f6b355cf
@ -45,7 +45,8 @@
|
|||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
props: propTypes[this.type],
|
props: {count: 'number',
|
||||||
|
...propTypes[this.type]},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user