After Upgrading to Vuetify 2 users report, that the website (https://lernzettel.org/#/) is not working on for instance the IPhone 5 (running the newest available version of iOS) - quite a bummer.
Vuetify 2.0.11
Vue 2.6.10
Standard Cli Config
You have to polyfill your Vuetify app to support Safari 9 on iOS 10
From the Vuetify GitHub README
Browser Support
Vuetify supports all modern browsers, including IE11 and Safari 9+ (using polyfills).
From mobile to laptop computer to desktop, you can rest assured that your application will work as expected.
Interested in the bleeding edge? Try the Vue CLI 3 Webpack SSR (Server side rendered) template and build websites optimized for SEO.
For more information about IE11 and Safari 9+ polyfills, visit our Quick Start Guide
Related
I made a small project on Vue /Flask, to download videos from VK (the Russian equivalent of Facebook), optimized for PWA, but Google Chrome does not install it as a separate application, which may be an error. The project itself - https://vk-video-loader.herokuapp.com / . For example, the same mobile version of VK(https://m.vk.com /) is also optimized for PWA and chrome offers to install it as a separate application
Lighthouse shows that the project is optimized
I've installed the beta of Vue.js devtools in both Chrome and Microsoft Edge. When I load a vue web page that I'm running locally it shows
Vue.js is detected on this page.
Devtools inspection is not available because it's in production mode or explicitly disabled by the author.
I've also tried setting
app.config.devTools = true;
in main.js but it has no effect.
This is for Vue.js 3.
Is there a Vue devtools browser extension that works with Vue 3?
Vue tools finally started working again after I did a yarn install on the project.
I open vscode and start my development server via npm run serve. My app loads into chrome and upon inspection under the vue tab vuex I can see my store.
Now when I refresh the page under the vue tab it says "No App" and can no longer see my vuex store. Any thought on why the devtools stops working after a refresh? If i stop the server and restart the devtools work... but on refresh is stops.
I'm using vue devtools version 6.0.0 beta updated June 28, 2021, and chrome version 72.0.4515.131. My app is using vue 2.
Thanks for any help you can provide.
There is a similar open issue in Vue devtools version 6.0.0-beta.15 posted on their github. Seems like yours is a bug as well, you should add your own issue and steps to reproduce the issue. In the meanwhile you can downgrade the Vue devtools to a stable version.
Are you using the development or production version of Vue?
The solution for me was to use the latest development version of Vue.
You can find more about it in their documentation.
I'm using Vue DevTools beta version for my Vue 3 Application. it's perfectly detecting vue app but it's not appear in Browser developer tools. when I using Vue 2 application it's appear on Browser developer tools in perfectly.
I need to use Vue DevTools beta version with vue 3 cli application.
How can I solve this problem?
I'm using brave browser.
Thankyou.
Is there a React Development plugin for Opera ? The Opera (DragonFly) and Chrome Development Tools seem nearly identical. There seems to be no plugin for Opera that supports React Development. Is there perhaps a way to use the Chrome plugion for React in Opera considering they are nearly identical?
From the react-devtools README on github:
It exists both as a browser extension (for Chrome and Firefox), and as a standalone app
(works with other environments including Safari, IE, and React Native).
Note that if you want to run it as an addon in Opera, you can run Chrome extensions in Opera. See: https://addons.opera.com/en/extensions/details/install-chrome-extensions/
You can install "Install chrome extensions" and then go to React Developer Tools page in chrome store and you'll see "Add to Opera" button