Akryum / vue-router-multi-view

router-view meet v-show meet keep-alive
https://akryum.github.io/vue-router-multi-view/
86 stars 9 forks source link

You may have an infinite update loop in a component render function #31

Open Bartheleway opened 5 years ago

Bartheleway commented 5 years ago

Hi,

I'm experiencing an infinite update loop using a mixin, VueJs is warning me and breaking the app in dev mode.

Here is a reproduction : https://codesandbox.io/embed/vue-template-ndzlk

Am I doing something wrong or is there another way of doing it when using the router-multi-view component ? Everything works as expected if I'm using vue-router.

Best regards