Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support v-bind shorthand syntax for slotName #10218

Merged
merged 3 commits into from Feb 6, 2024

Conversation

zh-lx
Copy link
Contributor

@zh-lx zh-lx commented Jan 26, 2024

close #10213

support use v-bind shorthand syntax for slotName: <slot :name />

Copy link

github-actions bot commented Jan 26, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 90.2 kB 34.4 kB 30.9 kB
vue.global.prod.js 147 kB (+98 B) 53.6 kB (+24 B) 47.9 kB (+47 B)

Usages

Name Size Gzip Brotli
createApp 50.3 kB 19.7 kB 18 kB
createSSRApp 53.7 kB 21 kB 19.1 kB
defineCustomElement 52.6 kB 20.4 kB 18.6 kB
overall 64 kB 24.8 kB 22.5 kB

@zh-lx zh-lx changed the title fix: support v-bind shorthand syntax in slot fix: support v-bind shorthand syntax for slotName Jan 26, 2024
@yyx990803 yyx990803 merged commit 91f058a into vuejs:main Feb 6, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

shorthand syntax for v-bind does not work for "name" property in slots
3 participants