Skip to content
Snippets Groups Projects
Commit c317a299 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

simplify

parent 074a6f98
No related branches found
No related tags found
No related merge requests found
<template>
<div class="article_footer">
<v-btn v-if="!webShareApiSupported || !($vuetify.breakpoint.xs || $vuetify.breakpoint.sm)" x-small depressed class="toolbar-button" rounded tabindex="0" @click="copy_link">
<v-btn v-if="!webShareApiSupported || !$vuetify.breakpoint.mdAndUp" x-small depressed class="toolbar-button" rounded tabindex="0" @click="copy_link">
<v-icon small>link</v-icon> <span class = "button-text">Kopier lenke</span>
</v-btn>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment