From 985cb17f84f8d1665420e6ea0f0674672e122a58 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Wed, 11 Dec 2024 20:20:03 +0330 Subject: [PATCH] Create button component --- frontend/components/Button.vue | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 frontend/components/Button.vue diff --git a/frontend/components/Button.vue b/frontend/components/Button.vue new file mode 100644 index 0000000..e3f37f0 --- /dev/null +++ b/frontend/components/Button.vue @@ -0,0 +1,44 @@ + + + \ No newline at end of file