diff --git a/apps/showcase/components/layout/AppConfigurator.vue b/apps/showcase/components/layout/AppConfigurator.vue index 530f7f898..3764de098 100755 --- a/apps/showcase/components/layout/AppConfigurator.vue +++ b/apps/showcase/components/layout/AppConfigurator.vue @@ -317,7 +317,7 @@ export default { }, onRTLChange(value) { if (!document.startViewTransition) { - this.toggleRTL(); + this.toggleRTL(value); return; }