summaryrefslogtreecommitdiff
path: root/src/client/components/form
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/components/form')
-rw-r--r--src/client/components/form/link.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/components/form/link.vue b/src/client/components/form/link.vue
index 7093f50397..2efc6b58c9 100644
--- a/src/client/components/form/link.vue
+++ b/src/client/components/form/link.vue
@@ -8,7 +8,7 @@
<Fa :icon="faExternalLinkAlt" class="icon"/>
</span>
</a>
- <MkA class="main _button _formPanel _formClickable" :class="{ active }" :to="to" v-else>
+ <MkA class="main _button _formPanel _formClickable" :class="{ active }" :to="to" :behavior="behavior" v-else>
<span class="icon"><slot name="icon"></slot></span>
<span class="text"><slot></slot></span>
<span class="right">
@@ -38,6 +38,10 @@ export default defineComponent({
type: Boolean,
required: false
},
+ behavior: {
+ type: String,
+ required: false,
+ },
},
data() {
return {