Skip to content

Commit

Permalink
Merge pull request #2269 from nextcloud/backport/2266/stable4
Browse files Browse the repository at this point in the history
[stable4] Bump vue-material-design-icons from 4.12.1 to 4.13.0
  • Loading branch information
nickvergessen authored Sep 21, 2021
2 parents 9272369 + f023df9 commit 53f821a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/components/ActionButton/ActionButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can also use a custom icon, for example from the vue-material-design-icons l
<Actions>
<ActionButton>
<template #icon>
<HandLeft
<HandBackLeft
:size="24"
decorative
title="" />
Expand All @@ -57,7 +57,7 @@ You can also use a custom icon, for example from the vue-material-design-icons l
</ActionButton>
<ActionButton>
<template #icon>
<HandRight
<HandBackRight
:size="24"
decorative
title="" />
Expand All @@ -67,13 +67,13 @@ You can also use a custom icon, for example from the vue-material-design-icons l
</Actions>
</template>
<script>
import HandLeft from 'vue-material-design-icons/HandLeft'
import HandRight from 'vue-material-design-icons/HandRight'
import HandBackLeft from 'vue-material-design-icons/HandBackLeft'
import HandBackRight from 'vue-material-design-icons/HandBackRight'
export default {
components: {
HandLeft,
HandRight,
HandBackLeft,
HandBackRight,
},
}
</script>
Expand Down

0 comments on commit 53f821a

Please sign in to comment.