Arlo

Results 210 comments of Arlo

https://github.com/webfansplz/vite-plugin-vue-inspector/pull/100

Maybe related to https://github.com/yyx990803/launch-editor/issues/50, Can you use [`"pnpm"."overrides"`](https://pnpm.io/zh/package_json#pnpmoverrides) to help us test it. e.g. ```json { "pnpm": { "overrides": { "launch-editor-middleware": "2.7.0" } } } ```

Thanks for the feedback. In the new version, we merged the Timeline feature into the feature panel (e.g. pinia, vue-router). But we haven't updated the documentation, We'll update it to...

> This seems to work for seeing timeline events for the router and store specifically, but where would one go to find timeline events for component events? This is where...

We are about to optimize the initialization overhead of devtools to make it as on-demand as possible (before opening the devtools client). Additionally, we want to understand where v7's performance...

Let's hold on to it for a while until it's stable enough

I’m not sure about it. I don't think most users will use it manually to inspect it. If we can't handle it automatically in devtools at the moment, I think...

What's your devtools version?

> Devtools: v7.2.1 Vue Query: ^5.45.0 Could you try the v7.3.0-beta.3, thanks.

Can you provide a mini repo? thanks.