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(custom-element): custom element support v-model #7525

Open
wants to merge 46 commits into
base: main
Choose a base branch
from

Conversation

baiwusanyu-c
Copy link
Member

@baiwusanyu-c baiwusanyu-c commented Jan 13, 2023

close: #4428

@baiwusanyu-c baiwusanyu-c changed the title feat(runtime-dom): custom element support vModel feat(runtime-dom): custom element support v-model Jan 13, 2023
@netlify
Copy link

netlify bot commented Jan 13, 2023

Deploy Preview for vuejs-coverage failed.

Name Link
🔨 Latest commit cc72b8c
🔍 Latest deploy log https://app.netlify.com/sites/vuejs-coverage/deploys/63c1141476c30200081de079

@baiwusanyu-c
Copy link
Member Author

before:play

after: play

@baiwusanyu-c
Copy link
Member Author

Are v-models for custom elements planned?

@vercel
Copy link

vercel bot commented Apr 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
sfc-playground ⬜️ Ignored (Inspect) Apr 6, 2023 0:43am

@baiwusanyu-c baiwusanyu-c changed the title feat(runtime-dom): custom element support v-model feat(custom-element): custom element support v-model Aug 8, 2023
@github-actions
Copy link

github-actions bot commented Aug 22, 2023

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 90.9 kB (+199 B) 34.6 kB (+72 B) 31.2 kB (+68 B)
vue.global.prod.js 148 kB (+199 B) 53.8 kB (+84 B) 48.1 kB (+25 B)

Usages

Name Size Gzip Brotli
createApp 51.1 kB (+295 B) 19.9 kB (+50 B) 18.2 kB (+88 B)
createSSRApp 54.4 kB (+295 B) 21.3 kB (+60 B) 19.4 kB (+72 B)
defineCustomElement 54.5 kB (+1.41 kB) 21.1 kB (+504 B) 18.9 kB (+147 B)
overall 64.8 kB (+295 B) 24.9 kB (+60 B) 22.6 kB (+48 B)

@sxzz
Copy link
Member

sxzz commented Sep 1, 2023

CI failed, plz format your code

@baiwusanyu-c
Copy link
Member Author

CI failed, plz format your code

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Review
Development

Successfully merging this pull request may close these issues.

Using v-model on a custom Element (from defineCustomElement): prop/event mismatch
3 participants