Skip to content

Commit 1bb8c87

Browse files
authored
Merge pull request #413 from ownego/fix/class-binding-in-card-comp
Update: fix shadow bevel binding class wrong
2 parents d36514a + bfb6bdb commit 1bb8c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ShadowBevel/ShadowBevel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template lang="pug">
22
component(
33
:is="as",
4-
:className="styles.ShadowBevel",
4+
:class="styles.ShadowBevel",
55
:style="style",
66
)
77
slot

0 commit comments

Comments
 (0)