From 19d3e8b2cb3694ab13bbbedb134a6f9d8ccb44b8 Mon Sep 17 00:00:00 2001 From: Alfarish Fizikri Date: Fri, 25 Jul 2025 21:33:05 +0700 Subject: [PATCH] refactor(LightRaysDemo): remove unnecessary key-based re-rendering and utilize preview color component --- src/demo/Backgrounds/LightRaysDemo.vue | 65 +++++++------------------- 1 file changed, 17 insertions(+), 48 deletions(-) diff --git a/src/demo/Backgrounds/LightRaysDemo.vue b/src/demo/Backgrounds/LightRaysDemo.vue index 43e49d8..5105e87 100644 --- a/src/demo/Backgrounds/LightRaysDemo.vue +++ b/src/demo/Backgrounds/LightRaysDemo.vue @@ -3,7 +3,6 @@