- 
 
 - 
  Notifications
 
You must be signed in to change notification settings  - Fork 8.9k
 
feat: implement defineVaporCustomElement #14017
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
Conversation
Important
Review skipped
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.
You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
✨ Finishing touches
🧪 Generate unit tests (beta)
- Create PR with unit tests
 - Post copyable unit tests in a comment
 -  Commit unit tests in branch 
edison/feat/defineVaporCustomElement 
Comment @coderabbitai help to get the list of available commands and usage tips.
 Size ReportBundles
 Usages
  | 
 
@vue/compiler-core
npm i https://pkg.pr.new/@vue/compiler-core@14017
@vue/compiler-dom
npm i https://pkg.pr.new/@vue/compiler-dom@14017
@vue/compiler-sfc
npm i https://pkg.pr.new/@vue/compiler-sfc@14017
@vue/compiler-ssr
npm i https://pkg.pr.new/@vue/compiler-ssr@14017
@vue/compiler-vapor
npm i https://pkg.pr.new/@vue/compiler-vapor@14017
@vue/reactivity
npm i https://pkg.pr.new/@vue/reactivity@14017
@vue/runtime-core
npm i https://pkg.pr.new/@vue/runtime-core@14017
@vue/runtime-dom
npm i https://pkg.pr.new/@vue/runtime-dom@14017
@vue/runtime-vapor
npm i https://pkg.pr.new/@vue/runtime-vapor@14017
@vue/server-renderer
npm i https://pkg.pr.new/@vue/server-renderer@14017
@vue/shared
npm i https://pkg.pr.new/@vue/shared@14017
vue
npm i https://pkg.pr.new/vue@14017
@vue/compat
npm i https://pkg.pr.new/@vue/compat@14017
commit: 8a298fa 
a819eeb to
 e808152  
 Compare
 
 the template helper cannot resolve them properly they require creation via createElement
...t has been torn down
 ❌ Deploy Preview for vue-sfc-playground failed. Why did it fail? →
  | 
 
c423a43 to
 642e253  
 Compare
 
 ...n useHost function
642e253 to
 9b5e134  
 Compare
 
 defineSSRCustomElement can only be used with custom elements that have pre-rendered declarative shadow root
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
defineSSRCustomElement can only be used with custom elements that have pre-rendered declarative shadow root. It requires shadowRoot: true.
No description provided.