chore: run updated prettier
This commit is contained in:
@@ -155,10 +155,8 @@ describe('useCssVars', () => {
|
||||
setup() {
|
||||
useCssVars(() => state)
|
||||
return () =>
|
||||
h(
|
||||
Child,
|
||||
null,
|
||||
() => (value.value ? [h('div')] : [h('div'), h('div')])
|
||||
h(Child, null, () =>
|
||||
value.value ? [h('div')] : [h('div'), h('div')]
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user