💄: fix lint
This commit is contained in:
parent
863a627ef2
commit
74d10181af
@ -42,7 +42,7 @@ const props = withDefaults(defineProps<LaySpaceProps>(), {
|
|||||||
const slots = useSlots();
|
const slots = useSlots();
|
||||||
|
|
||||||
const computAlign = computed(
|
const computAlign = computed(
|
||||||
() => props.align ?? (props.direction === 'horizontal' ? 'center' : '')
|
() => props.align ?? (props.direction === "horizontal" ? "center" : "")
|
||||||
);
|
);
|
||||||
|
|
||||||
const extractChildren = () => {
|
const extractChildren = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user