vbenjs / vue-vben-admin

A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!
https://www.vben.pro
MIT License
25.57k stars 6.96k forks source link

FEATURE: VbenForm with FieldArray #4616

Open nguyenhan-se opened 1 month ago

nguyenhan-se commented 1 month ago

Version

Vben Admin V5

Description

How can i use VbenForm with nested array?

Proposed Solution

How can i use VbenForm with nested array?

Alternatives Considered

No response

Additional Context

No response

Validations

mynetfan commented 1 month ago

Set fieldName by separating multiple levels of fields with dots. Just like 'a.b.c' or 'a.0'、'a.0.b'

nguyenhan-se commented 1 month ago

Set fieldName by separating multiple levels of fields with dots. Just like 'a.b.c' or 'a.0'、'a.0.b'

can you support me some sample? I try to v-bind values to custom component by use slot but i got value is not array