Closed alexzhang1030 closed 3 weeks ago
Name | Link |
---|---|
Latest commit | 4a08343b388b4b2f491e5b70b20747d826774908 |
Latest deploy log | https://app.netlify.com/sites/vue-devtools-docs/deploys/6723a73c5da65700087e799e |
``` pnpm add https://pkg.pr.new/@vue/devtools-applet@664 ```
``` pnpm add https://pkg.pr.new/@vue/devtools-core@664 ```
``` pnpm add https://pkg.pr.new/@vue/devtools@664 ```
``` pnpm add https://pkg.pr.new/@vue/devtools-api@664 ```
``` pnpm add https://pkg.pr.new/@vue/devtools-kit@664 ```
``` pnpm add https://pkg.pr.new/vite-plugin-vue-devtools@664 ```
commit: 4a08343
Great work. But when I tested it, I found that it caused the custom inspector state don't display as expected.
curious about that, I did not update any core logic
curious about that, I did not update any core logic
You can reproduce it in the basic playground's Vuex and Vue Query panel
curious about that, I did not update any core logic
You can reproduce it in the basic playground's Vuex and Vue Query panel
@webfansplz fixed, missed something... bad js 😅
LGTM 🔥. Great work, bro.
closes #657
Leave a Todo here, The pinia applet is very similar to the custom inspector applet, we should extract the common logic into a composable.