From 3ad5b0075f1a094f1f7b28dd7b3f58b6debaa33e Mon Sep 17 00:00:00 2001 From: Bryan Date: Wed, 27 Oct 2021 15:51:57 -0400 Subject: [PATCH] Move class from component to markup. --- src/App.vue | 1 + src/uxComponents/buttonPrimary/buttonPrimary.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index d11b067c0..b27da5d12 100644 --- a/src/App.vue +++ b/src/App.vue @@ -36,6 +36,7 @@
diff --git a/src/uxComponents/buttonPrimary/buttonPrimary.vue b/src/uxComponents/buttonPrimary/buttonPrimary.vue index 501d213ae..75150c193 100644 --- a/src/uxComponents/buttonPrimary/buttonPrimary.vue +++ b/src/uxComponents/buttonPrimary/buttonPrimary.vue @@ -1,6 +1,6 @@