lotrekagency / mapo

🥭 Our Nuxt module to simplify the making of administration panels, and authenticated web applications.
MIT License
10 stars 3 forks source link

Keep cloned array in Repeater field #33

Closed edoaxyz closed 2 years ago

edoaxyz commented 2 years ago

Prevents repeater to have access to a reference of model data, so it acts like any other field which works with primitive types.

bnznamco commented 2 years ago

Thankyou !