From 9b37078d79364967a0752f5a5fc77fe53b7507fc Mon Sep 17 00:00:00 2001 From: axolotle Date: Tue, 25 Jul 2023 22:46:38 +0200 Subject: [PATCH] Button: add text + icon props --- components/YButton.vue | 13 ++++++++++--- pages/login.vue | 4 +--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/components/YButton.vue b/components/YButton.vue index e869e4f..98db470 100644 --- a/components/YButton.vue +++ b/components/YButton.vue @@ -1,13 +1,17 @@