Switch to material icons for tabs

This commit is contained in:
Joel Collins 2019-06-17 11:41:45 +01:00
parent 4db11c018d
commit 09f9ad6f7d
6 changed files with 33 additions and 8 deletions

View file

@ -1,9 +1,11 @@
<template>
<a
href="#"
class="uk-link"
:class="classObject"
:uk-tooltip="tooltipOptions"
@click="setThisTab">
<slot></slot>
</a>
</template>