From 91994864747c1a41e2617a21d70a3c788f389775 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Sat, 26 Aug 2023 22:48:48 -0700 Subject: [PATCH] fix: unwrap preferNativeBalancing value --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index eedb5c0..580c435 100644 --- a/src/index.ts +++ b/src/index.ts @@ -217,7 +217,7 @@ export default defineComponent({ display: 'inline-block', verticalAlign: 'top', textDecoration: 'inherit', - textWrap: preferNativeBalancing ? 'balance' : 'initial', + textWrap: preferNativeBalancing.value ? 'balance' : 'initial', }, }, [ slots.default?.(),