From 38e31a9e3d1151c6dec706a83c059bb59d2a4dda Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Wed, 11 Sep 2024 23:53:08 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D0=B1=D1=80=D0=BE=D1=81=D0=B0?= =?UTF-8?q?=D0=BB=20=D1=82=D0=B5=D1=81=D1=82=D0=BE=D0=B2=D1=8B=D0=B9=20?= =?UTF-8?q?=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B0=D0=BB=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD=D1=83=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/About.vue | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/resources/views/About.vue b/resources/views/About.vue index c95b694..5c110fc 100644 --- a/resources/views/About.vue +++ b/resources/views/About.vue @@ -7,6 +7,9 @@ export default { username: 'guest' }; }, + props: { + isWide: Boolean + }, computed: { user() { const authStore = useAuthStore(); @@ -25,9 +28,24 @@ export default {