Skip to content

Commit

Permalink
fix: unwrap preferNativeBalancing value
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Aug 27, 2023
1 parent 559cdbd commit 9199486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?.(),
Expand Down

0 comments on commit 9199486

Please sign in to comment.