Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Språksamlingane
beta.ordbok.uib.no
Commits
c317a299
Commit
c317a299
authored
Nov 18, 2021
by
Henrik Askjer
Browse files
simplify
parent
074a6f98
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/ArticleFooter.vue
View file @
c317a299
<
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment