Skip to content

Commit

Permalink
feat(directives): ✨ Bind $attrs and $listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
imanmalekian31 committed Sep 5, 2022
1 parent cbaed16 commit bda0a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VueToyFace.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<span :style="avatarStyle" />
<span :style="avatarStyle" v-bind="$attrs" v-on="$listeners" />
</template>

<script>
Expand Down

0 comments on commit bda0a08

Please sign in to comment.