DEV Community

Discussion on: Vue.js Running On Symfony4 and Creating Reusable Components

Collapse
 
yellow1912 profile image
yellow1912

You don't use the Form Component of Symfony in your example. I think things will get much more difficult with the Form Component, because Vue expects you to pre-define your data structure, yet the purpose of the Form Component is to dynamically configure your data structure.