From a65db3c8075ed874000bfa73cd908f23df902599 Mon Sep 17 00:00:00 2001 From: David Haz Date: Mon, 14 Jul 2025 20:28:54 +0300 Subject: [PATCH] refactor: simplify template structure in StackDemo.vue --- src/demo/Components/StackDemo.vue | 98 +++++++++++++++---------------- 1 file changed, 48 insertions(+), 50 deletions(-) diff --git a/src/demo/Components/StackDemo.vue b/src/demo/Components/StackDemo.vue index 17d634b..f3b763a 100644 --- a/src/demo/Components/StackDemo.vue +++ b/src/demo/Components/StackDemo.vue @@ -1,57 +1,55 @@