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(runtime-vapor): fallback component #232

Merged
merged 2 commits into from
Nov 13, 2024
Merged

feat(runtime-vapor): fallback component #232

merged 2 commits into from
Nov 13, 2024

Conversation

sxzz
Copy link
Member

@sxzz sxzz commented Jun 17, 2024

wait #238

closes #196

Copy link

netlify bot commented Jun 17, 2024

Deploy Preview for vapor-template-explorer ready!

Name Link
🔨 Latest commit 2a8b9c3
🔍 Latest deploy log https://app.netlify.com/sites/vapor-template-explorer/deploys/67346520003f460008a85b4f
😎 Deploy Preview https://deploy-preview-232--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 Jun 17, 2024

Deploy Preview for vapor-repl ready!

Name Link
🔨 Latest commit 2a8b9c3
🔍 Latest deploy log https://app.netlify.com/sites/vapor-repl/deploys/6734652053ddbb00084f5a81
😎 Deploy Preview https://deploy-preview-232--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 Jun 17, 2024

Size Report

Bundles

File Size Gzip Brotli
compiler-dom.global.prod.js 81.9 kB 28.5 kB 25.1 kB
runtime-dom.global.prod.js 100 kB 38 kB 34.2 kB
runtime-vapor.global.prod.js 47.5 kB (+325 B) 17.9 kB (+98 B) 16.4 kB (+72 B)
vue-vapor.global.prod.js 47.5 kB (+325 B) 17.9 kB (+99 B) 16.4 kB (+72 B)
vue.global.prod.js 159 kB 57.9 kB 51.5 kB

Usages

Name Size Gzip Brotli
createApp (CAPI only) 47.2 kB 18.4 kB 16.8 kB
createApp 55.2 kB 21.3 kB 19.5 kB
createVaporApp 27.2 kB (+21 B) 10.4 kB (+7 B) 9.58 kB (+6 B)
createSSRApp 59.2 kB 23 kB 21 kB
defineCustomElement 60 kB 22.9 kB 20.9 kB
overall 68.9 kB 26.4 kB 24 kB

@sxzz sxzz force-pushed the feat/fallback-component branch 2 times, most recently from 78e1cb7 to d7d6900 Compare June 22, 2024 15:46
@sxzz sxzz force-pushed the main branch 2 times, most recently from 2bf3c5e to 8ea6e4f Compare November 13, 2024 01:08
@sxzz sxzz marked this pull request as ready for review November 13, 2024 08:36
Copy link

pkg-pr-new bot commented Nov 13, 2024

Open in Stackblitzplayground

@vue/compiler-core

pnpm add https://pkg.pr.new/vuejs/vue-vapor/@vue/compiler-core@232

@vue/compiler-dom

pnpm add https://pkg.pr.new/vuejs/vue-vapor/@vue/compiler-dom@232

@vue/compiler-ssr

pnpm add https://pkg.pr.new/vuejs/vue-vapor/@vue/compiler-ssr@232

@vue/compiler-sfc

pnpm add https://pkg.pr.new/vuejs/vue-vapor/@vue/compiler-sfc@232

@vue/compiler-vapor

pnpm add https://pkg.pr.new/vuejs/vue-vapor/@vue/compiler-vapor@232

@vue/reactivity

pnpm add https://pkg.pr.new/vuejs/vue-vapor/@vue/reactivity@232

@vue/runtime-core

pnpm add https://pkg.pr.new/vuejs/vue-vapor/@vue/runtime-core@232

@vue/runtime-dom

pnpm add https://pkg.pr.new/vuejs/vue-vapor/@vue/runtime-dom@232

@vue/runtime-shared

pnpm add https://pkg.pr.new/vuejs/vue-vapor/@vue/runtime-shared@232

@vue/runtime-vapor

pnpm add https://pkg.pr.new/vuejs/vue-vapor/@vue/runtime-vapor@232

@vue/server-renderer

pnpm add https://pkg.pr.new/vuejs/vue-vapor/@vue/server-renderer@232

@vue/shared

pnpm add https://pkg.pr.new/vuejs/vue-vapor/@vue/shared@232

vue

pnpm add https://pkg.pr.new/vuejs/vue-vapor/vue@232

@vue/compat

pnpm add https://pkg.pr.new/vuejs/vue-vapor/@vue/compat@232

@vue/vapor

pnpm add https://pkg.pr.new/vuejs/vue-vapor/@vue/vapor@232

commit: 2a8b9c3

@sxzz sxzz merged commit c915865 into main Nov 13, 2024
11 checks passed
@sxzz sxzz deleted the feat/fallback-component branch November 13, 2024 08:53
@sxzz sxzz restored the feat/fallback-component branch November 13, 2024 08:54
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.

Handle Failed to resolve component
1 participant