Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/d2-projects/d2-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Sep 27, 2020
2 parents 909e93b + fd146fa commit 277d9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/d2-count-up/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ export default {
name: 'd2-count-up',
props: {
start: {
type: Number,
type: [Number, String],
default: 0
},
end: {
type: Number,
type: [Number, String],
default: 0
},
decimals: {
Expand Down

0 comments on commit 277d9f8

Please sign in to comment.