From 42c361c785a4cf0de177aee7c2eb9511144b301e Mon Sep 17 00:00:00 2001 From: tomoyahiroe Date: Wed, 13 Mar 2024 21:52:52 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20BottomAppBar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/BottomAppBar.vue | 72 ++++++++++++++++++++++++++++++++++++++++ layouts/default.vue | 6 ++-- nuxt.config.ts | 3 +- 3 files changed, 78 insertions(+), 3 deletions(-) create mode 100644 layouts/BottomAppBar.vue diff --git a/layouts/BottomAppBar.vue b/layouts/BottomAppBar.vue new file mode 100644 index 0000000..5a339a4 --- /dev/null +++ b/layouts/BottomAppBar.vue @@ -0,0 +1,72 @@ + + + + + diff --git a/layouts/default.vue b/layouts/default.vue index dc7988a..94f1adb 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,5 +1,6 @@