vuejs / core-vapor

Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM.
https://vapor-repl.netlify.app
MIT License
1.81k stars 86 forks source link

feat(compiler-vapor): v-model for component #180

Closed Jevon617 closed 5 months ago

netlify[bot] commented 5 months ago

Deploy Preview for vapor-repl ready!

Name Link
Latest commit ef2b521144c299fec67d85bbf3038d1fbd3803af
Latest deploy log https://app.netlify.com/sites/vapor-repl/deploys/6622589118bbaa00089795f4
Deploy Preview https://deploy-preview-180--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.

netlify[bot] commented 5 months ago

Deploy Preview for vapor-template-explorer ready!

Name Link
Latest commit ef2b521144c299fec67d85bbf3038d1fbd3803af
Latest deploy log https://app.netlify.com/sites/vapor-template-explorer/deploys/6622589182032d0009167919
Deploy Preview https://deploy-preview-180--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.

github-actions[bot] commented 5 months ago

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 kB (+590 B) 17.8 kB (+182 B) 16.1 kB (+157 B)
runtime-dom.global.prod.js 94.7 kB 35.6 kB 32.2 kB
runtime-vapor.global.prod.js 43 kB 16 kB 14.6 kB
vue-vapor.global.prod.js 92.4 kB (+591 B) 32.3 kB (+177 B) 29.2 kB (+128 B)
vue.global.prod.js 152 kB 55 kB 49.1 kB

Usages

Name Size Gzip Brotli
createApp 54.9 kB 21.1 kB 19.2 kB
createSSRApp 58.2 kB 22.4 kB 20.4 kB
defineCustomElement 57.2 kB 21.8 kB 19.9 kB
vapor 43.3 kB 16 kB 14.7 kB
overall 68.6 kB 26.1 kB 23.6 kB
sxzz commented 5 months ago

Could you please add some unit tests?

Jevon617 commented 5 months ago

Could you please add some unit tests?

Of course.

sxzz commented 5 months ago

Merged! Appreciate your amazing contribution!