From db082efdcfa6fda3863a344f884cd05848bac97d Mon Sep 17 00:00:00 2001 From: Diego Pascual Date: Wed, 29 May 2024 11:22:43 +0200 Subject: [PATCH] fix: handle dynamic content in empathize (#1492) --- .../x-modules/empathize/test-empathize.vue | 28 ++++++++++++++----- .../empathize/components/empathize.vue | 5 ++-- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/packages/_vue3-migration-test/src/x-modules/empathize/test-empathize.vue b/packages/_vue3-migration-test/src/x-modules/empathize/test-empathize.vue index 93c2b1fbde..0b9530285b 100644 --- a/packages/_vue3-migration-test/src/x-modules/empathize/test-empathize.vue +++ b/packages/_vue3-migration-test/src/x-modules/empathize/test-empathize.vue @@ -1,25 +1,39 @@ diff --git a/packages/x-components/src/x-modules/empathize/components/empathize.vue b/packages/x-components/src/x-modules/empathize/components/empathize.vue index b727beaf12..96c205ed40 100644 --- a/packages/x-components/src/x-modules/empathize/components/empathize.vue +++ b/packages/x-components/src/x-modules/empathize/components/empathize.vue @@ -16,7 +16,7 @@