Skip to content

Commit

Permalink
fix(compiler-core): transform kebab case props to camelcase on slots (c…
Browse files Browse the repository at this point in the history
…lose #2488)
  • Loading branch information
edison1105 committed Nov 10, 2020
1 parent 061dac7 commit 92a99a9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export function processSlotOutlet(
: node.props

if (propsWithoutName.length > 0) {
debugger
//#2488
propsWithoutName.forEach(prop => {
if (
Expand Down

0 comments on commit 92a99a9

Please sign in to comment.