简体   繁体   English

检查 vue-multiselect 下拉菜单

[英]Inspect vue-multiselect dropdown

I want to inspect vue-multiselect dropdown (see eg: https://vue-multiselect.js.org/#sub-select-with-search ).我想检查 vue-multiselect 下拉列表(参见例如: https://vue-multiselect.js.org/#sub-select-with-search )。 在此处输入图像描述

I tried to pause the script as described here: Inspecting drop down menus in new Chrome , but I always have it closed so I cannot inspect it.我尝试按此处所述暂停脚本: Inspecting drop down menus in new Chrome ,但我总是将其关闭,因此无法对其进行检查。

在此处输入图像描述

Any solution?有什么解决办法吗?

Did you try to turn on the 'Emulate a focused page' feature?您是否尝试打开“模拟焦点页面”功能? It is talked about briefly in the link you provided, but I find that this works really well.在您提供的链接中简要讨论了它,但我发现这非常有效。 I can enable it, have dev tools open, then when I click the multiselect open, I can then explore the DOM and the mulitselect doesn't close.我可以启用它,打开开发工具,然后当我单击打开的多选时,我可以探索 DOM 并且多选不会关闭。

Check out https://tinytip.co/tips/devtools-focused-page/ for more specific details about how to use this feature.查看https://tinytip.co/tips/devtools-focused-page/了解有关如何使用此功能的更多具体细节。

Hope this helps希望这可以帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM