From 691d0d25abf022d8a9d66c747a87a4165fe45274 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 2 Jun 2019 15:28:52 +0200 Subject: [PATCH] These are blank flashing lines shown while the content is being fetched. Current prop is number of lines to render --- src/components/ui/LoadingPlaceholder.vue | 99 ++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 src/components/ui/LoadingPlaceholder.vue diff --git a/src/components/ui/LoadingPlaceholder.vue b/src/components/ui/LoadingPlaceholder.vue new file mode 100644 index 0000000..14e3ed5 --- /dev/null +++ b/src/components/ui/LoadingPlaceholder.vue @@ -0,0 +1,99 @@ + + + + + \ No newline at end of file