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

fix(compiler-sfc): support resolve extends interface for defineEmits #8470

Merged
merged 10 commits into from Nov 10, 2023

Conversation

edison1105
Copy link
Member

close #8465

@netlify
Copy link

netlify bot commented Jun 13, 2023

Deploy Preview for vue-sfc-playground failed.

Name Link
🔨 Latest commit 91aab1b
🔍 Latest deploy log https://app.netlify.com/sites/vue-sfc-playground/deploys/64882502ee3e5c0008d1d567

@github-actions
Copy link

github-actions bot commented Oct 20, 2023

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 86.4 kB 32.9 kB 29.7 kB
vue.global.prod.js 132 kB 49.6 kB 44.5 kB

Usages

Name Size Gzip Brotli
createApp 48 kB 18.9 kB 17.2 kB
createSSRApp 51.2 kB 20.2 kB 18.4 kB
defineCustomElement 50.4 kB 19.7 kB 17.9 kB
overall 61.3 kB 23.7 kB 21.6 kB

packages/compiler-sfc/src/script/resolveType.ts Outdated Show resolved Hide resolved
packages/compiler-sfc/src/script/resolveType.ts Outdated Show resolved Hide resolved
@yyx990803 yyx990803 merged commit 9e1b74b into vuejs:main Nov 10, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Vue 3.3.4. defineEmits doesn't setup extended events
4 participants