druxt.js icon indicating copy to clipboard operation
druxt.js copied to clipboard

[views] Add improved support for v-model.

Open Decipher opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe. Druxt 0.7.0 added module level support for v-model, but this module still need to integrate with it for a better experience.

Describe the solution you'd like Use the model data as the canonical source for data, and only fetch data if value isn't set.

Describe alternatives you've considered N/A

Additional context N/A

Decipher avatar Jun 11 '21 00:06 Decipher

v-model implementation has been updated for the changes in DruxtModule, but it will still be required to add support for the View and Results in the model.

Decipher avatar Jun 24 '21 02:06 Decipher