I am trying to click on this link using click():
<a id="export-button" class="pull-right" @click="exportFile('/en/my-investments/list.xlsx')">
<i class="fa fa-file-excel-o"></i> Download Selected List
</a>
but it says the element is not clickable... any idea?