Merge remote-tracking branch 'yudao/master'

This commit is contained in:
puhui999 2023-03-07 10:34:21 +08:00
commit 585a667352

View File

@ -9,8 +9,6 @@ import { FormSchema } from '@/types/form'
const { t } = useI18n()
const slots = useSlots()
const props = defineProps({
// Form
schema: {
@ -125,7 +123,9 @@ const setVisible = () => {
</ElButton>
</div>
</template>
<template v-for="(slot, name) in slots" #[name]><slot :name="name"></slot></template>
<template #[name] v-for="name in Object.keys($slots)" :key="name"
><slot :name="name"></slot
></template>
</Form>
<template v-if="layout === 'bottom'">