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: v-memo for v-for #276

Merged
merged 2 commits into from
Sep 19, 2024
Merged

feat: v-memo for v-for #276

merged 2 commits into from
Sep 19, 2024

Conversation

sxzz
Copy link
Member

@sxzz sxzz commented Sep 18, 2024

No description provided.

@sxzz sxzz marked this pull request as draft September 18, 2024 17:20
Copy link

netlify bot commented Sep 18, 2024

Deploy Preview for vapor-repl ready!

Name Link
🔨 Latest commit 3fbf98c
🔍 Latest deploy log https://app.netlify.com/sites/vapor-repl/deploys/66ebc9207c07c1000879bbd5
😎 Deploy Preview https://deploy-preview-276--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

netlify bot commented Sep 18, 2024

Deploy Preview for vapor-template-explorer ready!

Name Link
🔨 Latest commit 3fbf98c
🔍 Latest deploy log https://app.netlify.com/sites/vapor-template-explorer/deploys/66ebc920bb8da100093d21a8
😎 Deploy Preview https://deploy-preview-276--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

github-actions bot commented Sep 18, 2024

Size Report

Bundles

File Size Gzip Brotli
compiler-dom.global.prod.js 81.9 kB 28.5 kB 25.1 kB
compiler-vapor.global.prod.js 59 kB (+138 B) 19.7 kB (+66 B) 17.8 kB (+39 B)
runtime-dom.global.prod.js 101 kB 37.9 kB 34 kB
runtime-vapor.global.prod.js 45.5 kB (+307 B) 17 kB (+113 B) 15.5 kB (+104 B)
vue-vapor.global.prod.js 101 kB (+446 B) 35 kB (+192 B) 31.6 kB (+197 B)
vue.global.prod.js 159 kB 57.8 kB 51.4 kB

Usages

Name Size Gzip Brotli
createApp (CAPI only) 49.2 kB 18.9 kB 17.3 kB
createApp 55.8 kB 21.4 kB 19.6 kB
createSSRApp 59.8 kB 23.1 kB 21 kB
defineCustomElement 60.6 kB 22.9 kB 20.9 kB
vapor 46.1 kB (+307 B) 17.2 kB (+124 B) 15.7 kB (+123 B)
overall 69.5 kB 26.5 kB 24.1 kB

Copy link

pkg-pr-new bot commented Sep 19, 2024

Open in Stackblitzplayground

@vue/compiler-dom

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

@vue/compiler-core

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

@vue/compiler-sfc

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

@vue/compiler-ssr

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

@vue/compiler-vapor

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

@vue/reactivity

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

@vue/runtime-dom

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

@vue/runtime-core

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

@vue/runtime-shared

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

@vue/runtime-vapor

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

@vue/server-renderer

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

@vue/shared

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

@vue/compat

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

@vue/vapor

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

vue

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

commit: 3fbf98c

@sxzz sxzz changed the title feat: v-memo feat: v-memo for v-for Sep 19, 2024
@sxzz sxzz marked this pull request as ready for review September 19, 2024 07:40
@sxzz sxzz merged commit 884c190 into main Sep 19, 2024
11 checks passed
@sxzz sxzz deleted the feat/v-memo branch September 19, 2024 07:40
@sxzz sxzz linked an issue Sep 19, 2024 that may be closed by this pull request
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.

v-memo for v-for
1 participant