mobxjs / mobx-vue

🐉 Vue bindings for MobX
MIT License
475 stars 22 forks source link

Use mobx-vue cause hot reload mount component twice #25

Closed linyupark closed 5 years ago

kuitos commented 5 years ago

could you provide a minimal reproduction or a codesandbox example?

linyupark commented 5 years ago

https://codesandbox.io/s/4lx1nr9vp7 App.vue

console.log('change content')

watch the change of console print content, mounted method will call twice, the first time is the code before change and then call the changed code.

kuitos commented 5 years ago

@linyupark I will handle the issue this weekend, thanks!

kuitos commented 5 years ago

@linyupark fixed and released v2.0.8, sorry for the delay~