From 1fd5d192c2cc98494a3c106250ff4612040cc2d4 Mon Sep 17 00:00:00 2001 From: Milorad Filipovic Date: Mon, 8 Sep 2025 10:50:09 +0200 Subject: [PATCH] feat: Add `vue-flow-vis` plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 132fc67ad..aec6469c3 100644 --- a/README.md +++ b/README.md @@ -1678,6 +1678,7 @@ _Inspecting & debugging_ - [devtools](https://github.com/vuejs/devtools) - Chrome devtools extension for debugging Vue.js applications. - [vite-plugin-vue-inspector](https://github.com/webfansplz/vite-plugin-vue-inspector) - jump to editor source code while click the element of browser automatically. +- [vue-flow-vis](https://github.com/MiloradFilipovic/vue-flow-vis) - real-time monitoring of component renders and reactive dependency tracking #### Docs