1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Vue.js devtools タブバーVueが表示されない…。

Posted at

chromeの拡張機能vue.devtoolsを導入したが、vueのバーが表示されない…。

スクリーンショット 2021-04-09 17.49.32.png

「拡張機能」→「詳細」→「ファイルの URL へのアクセスを許可する」をオンにしてもダメ…。

#解決
いろいろ調べていたら

vue.js
Vue.config.devtools = true;

jsファイルの先頭にこれをいれたら無事表示されました^^

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?