bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Switch to legacy Vue devtools in Vue app dependencies #2035

Closed mikkonie closed 3 days ago

mikkonie commented 3 weeks ago

Before doing #994, we should switch to the legacy devtools version. Currently getting the lovely warning in dev:

Vue DevTools v7 detected in your Vue2 project. v7 only supports Vue3 and will not work.
prepare.js:1 The legacy version that supports both Vue 2 and Vue 3 has been moved to
https://chromewebstore.google.com/detail/vuejs-devtools/iaajmlceplecbljialhhkmedjlpdblhp
Please install and enable only the legacy version for your Vue2 app.
mikkonie commented 3 days ago

Somehow I thought this also required changing dependencies in the repo itself. Nope, just switching to a legacy version of the devtools in the browser. Silly me. Closing.