💄: fix lint

This commit is contained in:
sight 2022-08-27 17:18:40 +08:00
parent 863a627ef2
commit 74d10181af

View File

@ -42,7 +42,7 @@ const props = withDefaults(defineProps<LaySpaceProps>(), {
const slots = useSlots();
const computAlign = computed(
() => props.align ?? (props.direction === 'horizontal' ? 'center' : '')
() => props.align ?? (props.direction === "horizontal" ? "center" : "")
);
const extractChildren = () => {