Tweak
This commit is contained in:
parent
4af89dc437
commit
c9c96235d4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<loadingModal v-if="displayLoadingModal" ref="loadingModal" />
|
<loadingModal v-if="useLoadingModal" ref="loadingModal" />
|
||||||
<a v-if="linkType === 'navigation'" @click="handleClick" class="navigation-link" :href="href"
|
<a v-if="linkType === 'navigation'" @click="handleClick" class="navigation-link" :href="href"
|
||||||
>{{ text }}<slot name="after-text"></slot
|
>{{ text }}<slot name="after-text"></slot
|
||||||
></a>
|
></a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue