vuejs/vue

Creating a component named map should warn the user (as with button)

オープン

#8,025 opened on 2018/04/14

 (17 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (33,833 件のフォーク)batch import
AndroidGood first issueUXcontribution welcomegood first issuehas PRiOSimprovement

Repository metrics

Stars
 (209,764 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Version

2.5.15

Reproduction link

https://jsfiddle.net/e2yxoomh/2/

Steps to reproduce

Create a component that includes the word "map" (case insensitive). For example:

  • Map
  • MapView
  • mapper

What is expected?

I expect these to work, or at least give me some sort of error message.

What is actually happening?

Nothing happens. The components do not render. There is no error message.

コントリビューターガイド