commit
This commit is contained in:
parent
754eedf571
commit
2b749d9588
3 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div :class="anchorLinkClasses">
|
||||
<a :class="linkTitleClasses" href="javascript:void(0)" :data-href="href" @click="goAnchor" :title="title">{{ title }}</a>
|
||||
<a :class="linkTitleClasses" :href="href" :data-href="href" @click.prevent="goAnchor" :title="title">{{ title }}</a>
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
@ -45,4 +45,3 @@
|
|||
@import "color-picker";
|
||||
@import "auto-complete";
|
||||
@import "anchor";
|
||||
@import "time";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue