Hey there,
I was playing with the component and saw this bug. When I click the "Sorry, there are no match options"option, the component hangs:

You can see the code here and try ourself: https://codepen.io/sagalbot/pen/XVoWxm
I have this issue as well. No console output. Anybody has an idea?
Meanwhile, someone has found a temporary solution https://github.com/sagalbot/vue-select/issues/648#issuecomment-424812677 :
<template slot="no-options">
<div @mousedown.stop="">
Begin typing to search (at least 3 letters)
</div>
</template>
Most helpful comment
Meanwhile, someone has found a temporary solution https://github.com/sagalbot/vue-select/issues/648#issuecomment-424812677 :