Skip to content

Commit

Permalink
fix: vue v-on bind $listeners warn
Browse files Browse the repository at this point in the history
  • Loading branch information
mater1996 committed Mar 13, 2023
1 parent 601b8cb commit f299742
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/plugins/canvas/canvas-preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
ref="canvas"
class="canvas-preview"
v-bind="$attrs"
v-on="$listeners"
/>
</template>

Expand Down
1 change: 0 additions & 1 deletion src/plugins/canvas/canvas-zoomer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
ref="canvas"
class="canvas-zoomer"
v-bind="$attrs"
v-on="$listeners"
/>
</template>

Expand Down
1 change: 0 additions & 1 deletion src/plugins/img/img-preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
style="display: block;width: 100%"
:src="url"
v-bind="$attrs"
v-on="$listeners"
>
</template>

Expand Down
1 change: 0 additions & 1 deletion src/plugins/img/img-zoomer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
style="display: block; width: 100%; height: 100%"
:src="url"
v-bind="$attrs"
v-on="$listeners"
>
</template>

Expand Down

0 comments on commit f299742

Please sign in to comment.