我已經在 Chrome 和 Microsoft Edge 中安裝了 Vue.js 開發工具的測試版。當我載入在本機上運行的 vue 網頁時,它會顯示
Vue.js is detected on this page. Devtools inspection is not available because it's in production mode or explicitly disabled by the author.
我也嘗試過設定
app.config.devTools = true;
#在main.js
中但是沒有任何效果。
這是針對 Vue.js 3 的。
是否有適用於 Vue 3 的 Vue devtools 瀏覽器擴充功能?
在我對專案執行了
yarn install
之後,Vue 工具終於又開始運作了。