diff --git a/docs/framework/vue/community/community-projects.md b/docs/framework/vue/community/community-projects.md index 8c3fbed616..dd3dfa2306 100644 --- a/docs/framework/vue/community/community-projects.md +++ b/docs/framework/vue/community/community-projects.md @@ -13,6 +13,13 @@ A library for creating typesafe standardized query keys, useful for cache manage Link: https://github.com/lukemorales/query-key-factory +## Model: Unified Data Source + +Zova provides the Model mechanism based on Vue Query in the MVC architecture, encapsulating unified data sources through Model, thereby standardizing the use of data, simplifying the code structure, and improving the maintainability of the code + +Link: https://github.com/cabloy/zova +Docs: https://zova.js.org/guide/techniques/model/introduction.html + ## Query Rewind Time travel and visualize state during development