Skip to content

Commit

Permalink
Merge pull request #413 from ownego/fix/class-binding-in-card-comp
Browse files Browse the repository at this point in the history
Update: fix shadow bevel binding class wrong
  • Loading branch information
juzser authored Nov 21, 2024
2 parents d36514a + bfb6bdb commit 1bb8c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ShadowBevel/ShadowBevel.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template lang="pug">
component(
:is="as",
:className="styles.ShadowBevel",
:class="styles.ShadowBevel",
:style="style",
)
slot
Expand Down

0 comments on commit 1bb8c87

Please sign in to comment.