pull/6049/head
Tan Li Hau 6 years ago committed by tanhauhau
parent bc115a8731
commit a4fbc314cf

@ -323,8 +323,8 @@ export default class Expression {
const func_expression = func_declaration[0];
if (node.type === 'InlineComponent' || node.type === 'SlotTemplate') {
// <Comp let:data />
if (node.type === 'SlotTemplate') {
// <svelte:fragment let:data />
this.replace(func_expression);
} else {
// {#each}, {#await}

Loading…
Cancel
Save