Jingkun Hua

Results 33 comments of Jingkun Hua

Could you please provide a minimal reproduction repo? Thanks a lot.

Could you please send me a minimum demo to reproduce this problem?

It sounds weird. I am quite busy either these days. I will try to reproduce this myself when a have free time.

Maybe something else has affected vue-modal-dialogs while webpack is doing hot reload? I guess it is a potential bug of vue-modal-dialogs. Was the dialog opened during hot reloading? Which file...

It is really a complicated dialog🙈 I am free right now. Do you have free time now? If you have, send the TeamViewer session to my email [email protected]. Thanks!

The reference of the original dialog component is 'saved' by the `create` function when the entire app is initializing. So after hot reload, I think all the dialogs should remain...

You are welcome. Actually I am not quite familiar with the hot reload neither. Since there is a problem, it is time to find it out 😆

@mikerockett Hi Mike, I think you have found a bug in `vue-hot-reload-api`, which provides the ability of hot reload. I have created a minimal reproduction and sent a issue to...

Nope. Maybe that is another question.

This problem seems to be related to hot reload. We have to wait for applies from Vue 🤔 On Wed, Jun 6, 2018, 11:57 Mike Rockétt wrote: > I noticed...