Skip to content

Commit

Permalink
feat: update playground for :grayscale :brighten :invert showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Apr 17, 2024
1 parent 6aca66d commit 1e8b106
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vue-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
:width="70"
:height="70"
v-bind:blur="10"
:grayscale="false"
:brighten="40"
:invert="false"
></v-image>
<v-image
:x="0"
Expand Down
3 changes: 3 additions & 0 deletions vue-playground/src/code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ export default `<v-surface :width="360" :height="360">
:width="70"
:height="70"
v-bind:blur="10"
:grayscale="false"
:brighten="40"
:invert="false"
></v-image>
<v-image
:x="0"
Expand Down

0 comments on commit 1e8b106

Please sign in to comment.