Alex
Alex
There is a bug in the current codebase, `isSupported` need to be called instead of directly used it: Because `isSupported` is not a reactive variable, so must re-check every time...
> > There is a bug in the current codebase, `isSupported` need to be called instead of directly used it: > > > > Because `isSupported` is not a reactive...
@QianShi-ffg 这里的 zindex 是 2147483645,可以尝试减小一点 zindex...
刚看了一下 `top-layer` 层是由浏览器控制的,用户不能控制,看来目前没有更好的办法了
Maybe fuzzy search is better, refer to [useFuse](https://vueuse.org/integrations/useFuse/#usefuse)
上下文可以详细说说吗,例如哪些功能无法使用了,理论上来说,只要代理了 viteDevServer,devtools 也是可以用的
Commonly we do not care about these, because we use [`unplugin-vue-components`](https://github.com/unplugin/unplugin-vue-components) to auto change/add the import path in compile time. see [this](https://github.com/webfansplz/vite-plugin-vue-devtools/blob/main/packages/client/vite.config.ts#L37-L41)
Looks like it is a bug from vue. Need a reproduction to figure out why. Temporal workaround: set `inheritAttrs: false` to this component.
@apollo-jia Hi, 这个问题最新版本还存在吗
@cbpi Hi, you can try `v1.0.0-beta.3`, let's see if we still have this problem.