Skip to content

Commit

Permalink
refactor: plugin class
Browse files Browse the repository at this point in the history
  • Loading branch information
mater1996 committed Feb 18, 2022
1 parent 8c3c444 commit 20449f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/canvas/canvas-preview.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<canvas
ref="canvas"
class="canvas-area"
class="canvas-preview"
v-bind="$attrs"
v-on="$listeners"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/img/img-preview.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<img
class="img-region"
class="img-preview"
style="display: block;width: 100%"
:src="url"
v-bind="$attrs"
Expand Down

0 comments on commit 20449f9

Please sign in to comment.