You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twist is that isChrome is only used in this one code; so maybe it could be changed to hasCompatibleExtension and include a Firefox UA detection. Alternatively UA detection can be dropped, so the link is always shown and users can figure out that they might switch browsers to use the devtools.
The text was updated successfully, but these errors were encountered:
I know we can show it for Firefox and Safari as well. @znck@Akryum is it possible to always display it once we have the remote devtools or does something else need to be changed?
Version
2.5.17
Reproduction link
http://localhost:8080 (any local dev setup)
Steps to reproduce
What is expected?
Devtools extension gets recommended
What is actually happening?
Recommendation only shows for Chrome, not in Firefox
Logic is in https://github.com/vuejs/vue/blob/master/src/platforms/web/runtime/index.js#L51
Twist is that
isChrome
is only used in this one code; so maybe it could be changed tohasCompatibleExtension
and include a Firefox UA detection. Alternatively UA detection can be dropped, so the link is always shown and users can figure out that they might switch browsers to use the devtools.The text was updated successfully, but these errors were encountered: