vuejs/vue

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

开放

#9,038 创建于 2018年11月7日

 (8 条评论) (0 个反应) (0 位负责人)TypeScript (33,833 个派生)batch import
APIGood first issuefeature requestgood first issuehas PR

仓库指标

星标
 (209,764 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南