From be40f3b95eb9878ec25e72fa4dc87b775d2b6cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20CG?= Date: Tue, 30 Jul 2024 16:11:03 +0200 Subject: [PATCH] refactor(animation-factory): fix Vue3 breaking changes --- .../animations/test-animation-factory.vue | 34 ++----------------- .../animate-clip-path.style.scss | 16 ++++----- .../create-directional-animation-factory.ts | 20 +++++------ packages/x-components/src/views/home/Home.vue | 6 ++-- 4 files changed, 23 insertions(+), 53 deletions(-) diff --git a/packages/_vue3-migration-test/src/components/animations/test-animation-factory.vue b/packages/_vue3-migration-test/src/components/animations/test-animation-factory.vue index 3aa3de66cf..68f3a9a694 100644 --- a/packages/_vue3-migration-test/src/components/animations/test-animation-factory.vue +++ b/packages/_vue3-migration-test/src/components/animations/test-animation-factory.vue @@ -1,35 +1,5 @@