From 49e377f3621a8d7ab41e40ca07513eabd3e256d3 Mon Sep 17 00:00:00 2001 From: Niklas Wolf Date: Fri, 21 Jun 2024 11:51:02 +0200 Subject: [PATCH] feat: add navbar for different pages to playground --- playground/components/NavigationBar.vue | 15 +++++++++++++++ playground/pages/index.vue | 2 ++ playground/pages/without.vue | 3 +++ 3 files changed, 20 insertions(+) create mode 100644 playground/components/NavigationBar.vue diff --git a/playground/components/NavigationBar.vue b/playground/components/NavigationBar.vue new file mode 100644 index 0000000..15796a5 --- /dev/null +++ b/playground/components/NavigationBar.vue @@ -0,0 +1,15 @@ + + + + + diff --git a/playground/pages/index.vue b/playground/pages/index.vue index ba7b68a..450e612 100644 --- a/playground/pages/index.vue +++ b/playground/pages/index.vue @@ -1,5 +1,6 @@