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.8k stars 86 forks source link

refactor: component slots #238

Closed sxzz closed 2 months ago

sxzz commented 2 months ago

/cc @Doctor-wu @LittleSound

netlify[bot] commented 2 months ago

Deploy Preview for vapor-template-explorer ready!

Name Link
Latest commit 5f3d8bfe34d81d56c0d3e76abb9442c6aca22390
Latest deploy log https://app.netlify.com/sites/vapor-template-explorer/deploys/6671be64e477b40008bff89a
Deploy Preview https://deploy-preview-238--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.

netlify[bot] commented 2 months ago

Deploy Preview for vapor-repl ready!

Name Link
Latest commit 5f3d8bfe34d81d56c0d3e76abb9442c6aca22390
Latest deploy log https://app.netlify.com/sites/vapor-repl/deploys/6671be640eedf80008d2b1f0
Deploy Preview https://deploy-preview-238--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.

github-actions[bot] commented 2 months ago

Size Report

Bundles

File Size Gzip Brotli
compiler-dom.global.prod.js 81.2 kB 28.5 kB 25.1 kB
compiler-vapor.global.prod.js 57.6 kB (-47 B) 19.6 kB (+6 B) 17.7 kB (-25 B)
runtime-dom.global.prod.js 95.4 kB 36 kB 32.4 kB
runtime-vapor.global.prod.js 48.9 kB (+51 B) 18.2 kB (-9 B) 16.7 kB
vue-vapor.global.prod.js 104 kB (-15 B) 36.3 kB (+2 B) 32.7 kB (+20 B)
vue.global.prod.js 154 kB 55.6 kB 49.7 kB

Usages

Name Size Gzip Brotli
createApp 55.8 kB 21.4 kB 19.5 kB
createSSRApp 59.1 kB 22.7 kB 20.7 kB
defineCustomElement 58.1 kB 22.1 kB 20.1 kB
vapor 49.3 kB (+51 B) 18.3 kB (+16 B) 16.7 kB (-14 B)
overall 69.6 kB 26.4 kB 23.9 kB
Doctor-wu commented 2 months ago

fixed some issues, help cc @sxzz @LittleSound