From 4dc1d0a7046c7555a4585cd11072aebde6514c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Mon, 20 Feb 2023 21:11:33 +0100 Subject: [PATCH] Add placeholder element --- src/runtime/components/BitinflowPlaceholder.vue | 16 ++++++++++++++++ .../components/BitinflowSecondLevelMenu.vue | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 src/runtime/components/BitinflowPlaceholder.vue diff --git a/src/runtime/components/BitinflowPlaceholder.vue b/src/runtime/components/BitinflowPlaceholder.vue new file mode 100644 index 0000000..8127b3b --- /dev/null +++ b/src/runtime/components/BitinflowPlaceholder.vue @@ -0,0 +1,16 @@ + + + diff --git a/src/runtime/components/BitinflowSecondLevelMenu.vue b/src/runtime/components/BitinflowSecondLevelMenu.vue index 72ea15b..e6f5670 100644 --- a/src/runtime/components/BitinflowSecondLevelMenu.vue +++ b/src/runtime/components/BitinflowSecondLevelMenu.vue @@ -1,7 +1,7 @@