mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:47:08 +00:00
This is still not set in stone and not fully consistent from one subcomponent to another, but the general idea is that instead of passing everything in one property via v-model we use v-bind instead with a variable list of props depending on the needs of the subcomponent. We listen for @input and a new @merge event in order to apply any changes to the *local* configuration. The local configuration then needs to be uploaded to the server via a separate step. We might change this in a later commit, so that changes made in subcomponents are automatically applied to the local configuration.