From 9d64bd5756e1b0a991253f0f9bf34a190b414fbb Mon Sep 17 00:00:00 2001 From: suricatingss Date: Fri, 5 Dec 2025 19:55:45 +0000 Subject: [PATCH] removed bootstrap, new table --- app/pages/dashboard.vue | 56 +++++++++++++++++++++++++++++++++++------ 1 file changed, 48 insertions(+), 8 deletions(-) diff --git a/app/pages/dashboard.vue b/app/pages/dashboard.vue index 6d53dfb..d4e564f 100644 --- a/app/pages/dashboard.vue +++ b/app/pages/dashboard.vue @@ -9,12 +9,12 @@ { title: "1", icon: "meteor-icons:chevron-up", - desc: "pila" + desc: "epah ya bro" }, { title: "2", icon: "majesticons:award", - desc: "bolas" + desc: "bolinhas de natal ou whatever" }, { title: "3", @@ -23,6 +23,44 @@ }, ]; + const table_demo = ref([ + { + id: '4600', + date: '2024-03-11T15:30:00', + status: 'paid', + email: 'james.anderson@example.com', + amount: 594 + }, + { + id: '4599', + date: '2024-03-11T10:10:00', + status: 'failed', + email: 'mia.white@example.com', + amount: 276 + }, + { + id: '4598', + date: '2024-03-11T08:50:00', + status: 'refunded', + email: 'william.brown@example.com', + amount: 315 + }, + { + id: '4597', + date: '2024-03-10T19:45:00', + status: 'paid', + email: 'emma.davis@example.com', + amount: 529 + }, + { + id: '4596', + date: '2024-03-10T15:55:00', + status: 'paid', + email: 'ethan.harris@example.com', + amount: 639 + } + ]) +