vuejs/vue

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

Open

#8,025 创建于 2018年4月14日

在 GitHub 查看
 (17 评论) (0 反应) (0 负责人)TypeScript (209,764 star) (33,833 fork)batch import
contribution welcomegood first issuehas PRimprovement

描述

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.

贡献者指南

Creating a component named map should warn the user (as with button) · vuejs/vue#8025 | Good First Issue