From 56c4285fedfaebf04c0a1e29e4cd3569952f64e9 Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Sun, 27 Oct 2024 03:57:00 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BB=D0=B8?= =?UTF-8?q?=D1=88=D0=BD=D0=B5=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/Welcome.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/views/Welcome.vue b/resources/views/Welcome.vue index 809b133..9b7aa26 100644 --- a/resources/views/Welcome.vue +++ b/resources/views/Welcome.vue @@ -25,9 +25,7 @@ import {watch} from "vue"; export default { name: "Welcome", data: () => ({ - cardTitle: 'Hello world!', isAuthenticated: false, - username: '', userStore: useUserStore() }), computed: {