From bf695dc5efc1d521b1289115f58d8d711674d30c Mon Sep 17 00:00:00 2001 From: Laurent Date: Fri, 23 Feb 2024 16:33:03 +0000 Subject: [PATCH] =?UTF-8?q?S=C3=A9pare=20l'app-bar=20et=20le=20navigation?= =?UTF-8?q?=20drawer=20dans=20deux=20composants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 ++- src/components/{AppAppBar.vue => AppBar.vue} | 12 ------------ src/components/GameStatus.vue | 13 +++++++++++++ 3 files changed, 15 insertions(+), 13 deletions(-) rename src/components/{AppAppBar.vue => AppBar.vue} (66%) create mode 100644 src/components/GameStatus.vue diff --git a/src/App.vue b/src/App.vue index 68c1508..4dd303a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,7 @@ + +