We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
slots
basicTable
basicModal
1 parent 837a365 commit 5138e44Copy full SHA for 5138e44
src/components/Modal/src/BasicModal.vue
@@ -44,7 +44,7 @@
44
</ModalWrapper>
45
46
<template #[item]="data" v-for="item in Object.keys(omit($slots, 'default'))">
47
- <slot :name="item" v-bind="data"></slot>
+ <slot :name="item" v-bind="data || {}"></slot>
48
</template>
49
</Modal>
50
src/components/Table/src/BasicTable.vue
@@ -10,7 +10,7 @@
10
@advanced-change="redoHeight"
11
>
12
<template #[replaceFormSlotKey(item)]="data" v-for="item in getFormSlotKeys">
13
14
15
</BasicForm>
16
0 commit comments