Jenesius / vue-form

💪 Heavy form system for Vue.js v3
http://form.jenesius.com
MIT License
45 stars 4 forks source link

[BUG] The date is processed using grandObject #187

Closed Jenesius closed 10 months ago

Jenesius commented 11 months ago

How to repeat

When we connect a date (date-picker) using vuetify, we get an error getting the time. This is because the date is considered an object. Ultimately, it is expanded by the grandObject function. Therefore, you need to add Date and Blob as primitives that do not need to be expanded