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

HMR bug with component registration #6

Open
allochi opened this issue Oct 8, 2017 · 0 comments
Open

HMR bug with component registration #6

allochi opened this issue Oct 8, 2017 · 0 comments

Comments

@allochi
Copy link

allochi commented Oct 8, 2017

Hi,

First, thanks for the good work!

I have been trying to track this bug for couple of days now.

It seems when I use a router and add a vue file that uses another vue as a component hmr stop working, it update the module, and state that in the console, but nothing happens, if I comment the line where I register the component it start working again.

I event tried global component registration and it's the same thing.

So basically I have

 layout.vue
 +- router-view
     +- index.vue
          +- table.vue (component)

if I register the component table.vue inside index.vue, hmr stop working, once I comment the line to unregister the component hmr star working again. I even tried adding empty vue component with no script or anything for debugging and still same result.

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

No branches or pull requests

1 participant