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

Devtools don't work when using defineCustomElement #1673

Open
woldtwerk opened this issue Feb 1, 2022 · 1 comment
Open

Devtools don't work when using defineCustomElement #1673

woldtwerk opened this issue Feb 1, 2022 · 1 comment

Comments

@woldtwerk
Copy link

Version

6.0.0-beta.21

Browser and OS info

MacOS 12.1, Version 1.34.81 Chromium: 97.0.4692.99 (Official Build) (x86_64)

Steps to reproduce

import HelloWorld from './HelloWorld.ce.vue'
customElements.define('hello-world', defineCustomElement(HelloWorld)) 

open browser and see that vue devtools are not showing up.

What is expected?

Vue Devtools beeing there

What is actually happening?

no devtools


I couldn't find any info on this. Is it known? Are there plans to make it work?

thx

@soultice
Copy link
Contributor

Issue on the core repo: vuejs/core#4356 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants