Merge branch 'master' of https://github.com/d2-projects/d2-admin
This commit is contained in:
@@ -9,11 +9,11 @@ export default {
|
|||||||
name: 'd2-count-up',
|
name: 'd2-count-up',
|
||||||
props: {
|
props: {
|
||||||
start: {
|
start: {
|
||||||
type: Number,
|
type: [Number, String],
|
||||||
default: 0
|
default: 0
|
||||||
},
|
},
|
||||||
end: {
|
end: {
|
||||||
type: Number,
|
type: [Number, String],
|
||||||
default: 0
|
default: 0
|
||||||
},
|
},
|
||||||
decimals: {
|
decimals: {
|
||||||
|
|||||||
Reference in New Issue
Block a user