I realize this is an old question but in case anyone finds this and is still looking for an answer:
vue code:
<v-btn class="no-overlay"></v-btn>
css:
.no-overlay .v-btn__overlay { display: none; }