[Vuejs]-Bound function gets called multiple times over different components

0👍

The correct syntax for selected event is this.

<VueNextSelect  @selected="checkTimeout(inputData,...) />

https://iendeavor.github.io/vue-next-select/api-reference.html#selected

Leave a comment