半年ぶりに仕事復帰したらVue Devtoolsが使えなくなってた
約半年ほど仕事を休職していまして、最近元の職場に復帰しました!✨
すごく久しぶりに仕事のプロジェクトを立ち上げていつも通りChromeからのVue Devtoolsを使おうとしたら以下のメッセージが…
Migration Tips Vue DevTools v7 detected in your Vue2 project. v7 only supports Vue3 and will not work. The legacy version that supports both Vue 2 and Vue 3 has been moved to here, please install and enable only the legacy version for your Vue2 app. If you're still using v5 version, you can install it here.

どうやら知らぬ間に、Vue Devtoolsの最新版(v7)ではVue2のプロジェクトでは動かせなくなっていた…。2024年10月からかな。 (仕事のプロジェクトはリプレイスの機会も与えられないままいまだにVue2なのです…。)
大人しく、案内通りにhereをクリックしてレガシーバージョンをインストールしました。
Chromeの拡張機能から新しい方を無効にして、レガシーを有効にして、ついでに「詳細」からツールバーに固定して、無事使えるようになりました!

Vue2はもう終わりだ…早くリプレイスさせて……