vuejs/vue

Throw error when using interpolation instead of JS expression for slot names

Aberta

#9.038 aberto em 7 de nov. de 2018

 (8 comentários) (0 reação) (0 responsável)TypeScript (33.833 forks)batch import
feature requestgood first issuehas PR

Métricas do repositório

Stars
 (209.764 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

What problem does this feature solve?

For this demo:

https://jsfiddle.net/2os9jken/

opening the console and running it throws the Interpolation inside attributes has been removed. Use v-bind or the colon shorthand instead. error for the span, but it should also throw it for the slot, as it has the exact same issue for its name attribute.

What does the proposed API look like?

N/A

Guia do colaborador