vuejs/vue

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

Ouverte

#8 025 ouverte le 14 avr. 2018

 (17 commentaires) (0 réaction) (0 personne assignée)TypeScript (33 833 forks)batch import
contribution welcomegood first issuehas PRimprovement

Métriques du dépôt

Stars
 (209 764 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur