mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
feat(table): add table component
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
:allDefaultValues="getAllDefaultValues"
|
||||
:formModel="formModel"
|
||||
>
|
||||
<template v-slot:[item] v-for="item in Object.keys($slots)">
|
||||
<slot :name="item" />
|
||||
<template #[item]="data" v-for="item in Object.keys($slots)">
|
||||
<slot :name="item" v-bind="data" />
|
||||
</template>
|
||||
</FormItem>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user