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?

vue.jsで@clickのあとに勝手にでてくる$eventを消す

Last updated at Posted at 2023-03-21

$eventを消すのが手こずった(日本語記事がみつからなかった)のでめも。

image.png

どうやら、拡張機能のvolarが原因のよう(volarの拡張機能をdisableにすると消えたため)

解決方法

/home/username/.config/Code/User/settings.json(拡張機能の設定などはここにかく)(linux, macの場合。)

"volar.inlayHints.eventArgumentInInlineHandlers": false
この行を追加することで$eventを削除できる。

どなたかの役に立てれば幸いです。

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?