From a2ecec87444efa91f44e72695d2b0cb75c5e5b12 Mon Sep 17 00:00:00 2001 From: Sujitha Siva Date: Wed, 27 May 2026 19:26:14 +0530 Subject: [PATCH 1/2] Updated the style theme as tailwind3 in Vue --- getting-started/vue_2/src/App.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/getting-started/vue_2/src/App.vue b/getting-started/vue_2/src/App.vue index 68c94d0..e410f2b 100644 --- a/getting-started/vue_2/src/App.vue +++ b/getting-started/vue_2/src/App.vue @@ -33,13 +33,13 @@ export default { From 5bce207738771b55cf3a34307734cf159ce797cd Mon Sep 17 00:00:00 2001 From: Sujitha Siva Date: Wed, 27 May 2026 19:28:41 +0530 Subject: [PATCH 2/2] Updated the style theme as tailwind3 in Vue3 --- getting-started/vue_3/src/App.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/getting-started/vue_3/src/App.vue b/getting-started/vue_3/src/App.vue index 31e3f84..a826b1d 100644 --- a/getting-started/vue_3/src/App.vue +++ b/getting-started/vue_3/src/App.vue @@ -17,13 +17,13 @@ \ No newline at end of file