diff --git a/src/components/ui/LoadingPlaceholder.vue b/src/components/ui/LoadingPlaceholder.vue index c0acda6..8a14b12 100644 --- a/src/components/ui/LoadingPlaceholder.vue +++ b/src/components/ui/LoadingPlaceholder.vue @@ -1,12 +1,11 @@ @@ -15,11 +14,16 @@ export default { props: { count: { type: Number, - require: true + default: 1, + require: false }, lineClass: { type: String, default: "" + }, + top: { + type: Number, + default: 0 } } };