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

feat(compiler-vapor): component with dynamic arguments #192

Merged
merged 4 commits into from
Apr 30, 2024

Conversation

LittleSound
Copy link
Member

@LittleSound LittleSound commented Apr 28, 2024

Related: base #4, props #25, emits #41, v-model #180

Example

<Comp :[name]="value" @[name2]="value2" v-model:[name3]="value3" />

Copy link

netlify bot commented Apr 28, 2024

Deploy Preview for vapor-template-explorer ready!

Name Link
🔨 Latest commit 273336c
🔍 Latest deploy log https://app.netlify.com/sites/vapor-template-explorer/deploys/6631335c7d375a000747bb7a
😎 Deploy Preview https://deploy-preview-192--vapor-template-explorer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Apr 28, 2024

Deploy Preview for vapor-repl ready!

Name Link
🔨 Latest commit 273336c
🔍 Latest deploy log https://app.netlify.com/sites/vapor-repl/deploys/6631335c3e2c750008dc8f46
😎 Deploy Preview https://deploy-preview-192--vapor-repl.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

github-actions bot commented Apr 28, 2024

Size Report

Bundles

File Size Gzip Brotli
compiler-dom.global.prod.js 80.1 kB 28.2 kB 24.7 kB
compiler-vapor.global.prod.js 52.7 kB (+321 B) 18 kB (+108 B) 16.3 kB (+108 B)
runtime-dom.global.prod.js 94.8 kB 35.7 kB 32.2 kB
runtime-vapor.global.prod.js 45 kB 16.8 kB 15.4 kB
vue-vapor.global.prod.js 95 kB (+244 B) 33.3 kB (+79 B) 30.1 kB (+54 B)
vue.global.prod.js 152 kB 55 kB 49.2 kB

Usages

Name Size Gzip Brotli
createApp 54.8 kB 21.1 kB 19.2 kB
createSSRApp 58.2 kB 22.4 kB 20.4 kB
defineCustomElement 57.1 kB 21.8 kB 19.9 kB
vapor 45.1 kB 16.8 kB 15.4 kB
overall 68.6 kB 26.1 kB 23.6 kB

@LittleSound LittleSound force-pushed the feat/compiler-vapor-component-with-dynamic-arguments branch 2 times, most recently from e7531d1 to 70ee69c Compare April 29, 2024 15:15
@LittleSound LittleSound marked this pull request as ready for review April 29, 2024 15:15
@sxzz sxzz force-pushed the feat/compiler-vapor-component-with-dynamic-arguments branch from b4216a1 to 94ab8ce Compare April 30, 2024 17:21
@sxzz sxzz merged commit 8dea04b into main Apr 30, 2024
11 checks passed
@sxzz sxzz deleted the feat/compiler-vapor-component-with-dynamic-arguments branch April 30, 2024 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants