I have a button and i want open URL toPainel in a new window/tab.
<button class="btn btn-outline-secondary btn-sm" type="button" :onclick="toPainel.concat(painel.id,'\'',';')" data-toggle="tooltip" data-placement="bottom" title="Painel" target="_blank"> button </button>
data() {return {toPainel:"window.location='http://localhost:8000/painel?id="}};