From 5c4f88ddc32c33c52df1a61615d88728c5bfbf2c Mon Sep 17 00:00:00 2001 From: zhennann Date: Fri, 9 Aug 2024 23:33:58 +0800 Subject: [PATCH] docs: Update vue community projects (#7655) * Update community-projects.md Model: Unified Data Source * Update community-projects.md Add docs link for more info about model based on tanstack query --------- Co-authored-by: Dominik Dorfmeister --- docs/framework/vue/community/community-projects.md | 7 +++++++ 1 file changed, 7 insertions(+) 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