chore: fix `$.attachment` prop (#16172)

pull/16179/head
Rich Harris 3 months ago committed by GitHub
parent c91e69b15b
commit 931f211b25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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