vite-plugin-vue-devtools
vite-plugin-vue-devtools copied to clipboard
feat: supports filtering documents
https://github.com/webfansplz/vite-plugin-vue-devtools/assets/91084928/ce19fba6-bdea-4564-a48a-8dac4a8b23b8
Maybe fuzzy search is better, refer to useFuse
@alexzhang1030 thanks for your suggestion, I'll check it out
Thanks for the PR, but I don't think we need it for the while, because there's not much data and it's easy to look it up.
Thanks for the PR, but I don't think we need it for the while, because there's not much data and it's easy to look it up.
Is it possible to support user-defined adding documents? what I think is that users can customize and add some documents in it, which may lead to a large number of documents
Thanks for the PR, but I don't think we need it for the while, because there's not much data and it's easy to look it up.
Is it possible to support user-defined adding documents? what I think is that users can customize and add some documents in it, which may lead to a large number of documents
Yes, we may add the ability to customize tabs and documents in the future. So let's hold this PR until we support it.
@webfansplz adding and deleting documents is now supported, and the filtering method of document query is changed to fuzzy query
https://github.com/webfansplz/vite-plugin-vue-devtools/assets/91084928/c8988752-1ee8-4f45-98e8-cb695b4435b1
@webfansplz cc