chore: fix `$.attachment` prop

pull/16172/head
Rich Harris 3 months ago
parent 546608636a
commit 03bc5f4e2a

@ -275,7 +275,7 @@ export function build_component(node, component_name, context) {
);
}
push_prop(b.prop('get', b.call('$.attachment'), expression, true));
push_prop(b.prop('init', b.call('$.attachment'), expression, true));
}
}

Loading…
Cancel
Save