I try $emit from child to parent it just work fine.
but when i try @click inside <nuxt-link>
to execute $emit function it not work at all.
I don't know if i do something wrong?
<img width="466" alt="screen shot 2560-07-27 at 7 28 18 pm" src="https://user-images.githubusercontent.com/8231772/28670197-c4aa45de-7301-11e7-99c8-7b8974a3552d.png">I also try to bind @click on <nuxt-link>
and it still not work